Prerequesite
A prerequesite for installing Texvc is the installation of some external packages in your Linux distribution with the following commands:
apt update; \
apt install dvipng \
g++ \
gcc \
make \
ocaml-nox \
texlive-latex-base \
texlive-latex-extra; \
apt cleanInstallation
To install Texvc, go to the codebase of your BlueSpice sources in the folder extensions/Math/math
. Here, execute the command make
. Texvc will now be compiled.
After finishing the process, move the texvc
file that was just created in the same folder to /usr/local/bin
and make it executable by the following commands.
chown root.staff /usr/local/bin/math; \
chmod +x /usr/local/bin/mathNext Step
If you have completed all steps successfully, you can proceed to the next step " PhantomJS".