Setup:Installation Guide/System Preparation/Linux/Texvc: Difference between revisions

(Created page with "{{DISPLAYTITLE:Installing Texvc}} __TOC__ {{Messagebox|boxtype=hint|Note text=Texvc is a program that reads in mathematical expressions. It is needed for the correct operation...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
{{DISPLAYTITLE:Installing Texvc}}
{{DISPLAYTITLE:Installing Texvc}}
__TOC__
__TOC__
{{Messagebox|boxtype=hint|Note text=Texvc is a program that reads in mathematical expressions. It is needed for the correct operation of the MediaWiki extension "Math". These are functionalities of BlueSpice pro. For this purpose, the steps listed here are required for BlueSpice pro.}}
{{Messagebox|boxtype=note|Note text=Texvc is a program that reads in mathematical expressions. It is needed for the correct operation of the MediaWiki extension "Math". These are functionalities of BlueSpice pro. For this purpose, the steps listed here are required for BlueSpice pro.}}
==Prerequesite==
==Prerequesite==



Latest revision as of 16:50, 21 December 2021

Note:Texvc is a program that reads in mathematical expressions. It is needed for the correct operation of the MediaWiki extension "Math". These are functionalities of BlueSpice pro. For this purpose, the steps listed here are required for BlueSpice pro.

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 clean

Installation

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/math

Next Step

If you have completed all steps successfully, you can proceed to the next step " PhantomJS".



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions