Difference between revisions of "Talk:Create or Update a Debian package"

From Organic Design wiki
(There is already a package)
(better than apt-get install dvipng tetex-extra cjk-latex ocaml ?)
Line 2: Line 2:
 
:you mean there's already a mediawiki-math package or we should create one? (in which case it should be organicdesign-math or something cos you're supposed to use your own namespace to avoid conflicts) --[[User:Nad|nad]] 23:04, 25 June 2008 (NZST)
 
:you mean there's already a mediawiki-math package or we should create one? (in which case it should be organicdesign-math or something cos you're supposed to use your own namespace to avoid conflicts) --[[User:Nad|nad]] 23:04, 25 June 2008 (NZST)
 
:: Yip theres already a math package, if you type <code>texvc</code> into the command prompt and it is not installed it will give you the command to install it, <code>sudo apt-get install mediawiki-math</code> --[[User:Sven|Sven]] 23:17, 25 June 2008 (NZST)
 
:: Yip theres already a math package, if you type <code>texvc</code> into the command prompt and it is not installed it will give you the command to install it, <code>sudo apt-get install mediawiki-math</code> --[[User:Sven|Sven]] 23:17, 25 June 2008 (NZST)
 +
:::Maybe we should add that to debian post install then cos currently it uses
 +
apt-get install dvipng tetex-extra cjk-latex ocaml

Revision as of 11:20, 25 June 2008

Heres another package to add, sudo apt-get install mediawiki-math. This is required for math markup in MediaWiki. The executibles, latex, gs, dvips, imagemagick and texvc are required. --Sven 22:50, 25 June 2008 (NZST)

you mean there's already a mediawiki-math package or we should create one? (in which case it should be organicdesign-math or something cos you're supposed to use your own namespace to avoid conflicts) --nad 23:04, 25 June 2008 (NZST)
Yip theres already a math package, if you type texvc into the command prompt and it is not installed it will give you the command to install it, sudo apt-get install mediawiki-math --Sven 23:17, 25 June 2008 (NZST)
Maybe we should add that to debian post install then cos currently it uses
apt-get install dvipng tetex-extra cjk-latex ocaml