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

Redaktion (talk | contribs)
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
 
Redaktion (talk | contribs)
m (username removed) (log details removed)
 
(One intermediate revision by the same user not shown)
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 10:42, 16 May 2025

Archived!This documentation is obsolete and no longer applies to the current BlueSpice version.
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".