Physikerwelt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86164


Change subject: Add install script :wq# Please enter the commit message for 
your changes. Lines starting
......................................................................

Add install script
:wq# Please enter the commit message for your changes. Lines starting

Change-Id: I663f9ad141ab0694fcea23092b50b0ab97a315e0
---
A mw_install
1 file changed, 17 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/latexml 
refs/changes/64/86164/1

diff --git a/mw_install b/mw_install
new file mode 100755
index 0000000..52ee68d
--- /dev/null
+++ b/mw_install
@@ -0,0 +1,17 @@
+#/bin/sh
+sudo apt-get -y install ocaml \
+texlive libclone-perl libdata-compare-perl libio-prompt-perl \
+perlmagick libparse-recdescent-perl libxml-libxml-perl \
+libxml-libxslt-perl libarchive-zip-perl libio-string-perl apache2 \
+libapache2-mod-perl2 libplack-perl libfile-which-perl libjson-xs-perl \
+pdf2svg texlive-latex-extra \
+liblist-moreutils-perl libio-captureoutput-perl \
+librsvg2-bin texlive-latex-extra texlive-lang-greek \
+libstring-shellquote-perl
+cd texvc
+make
+#make install
+cd ..
+perl Makefile.PL
+make
+#sudo make install
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/86164
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I663f9ad141ab0694fcea23092b50b0ab97a315e0
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/latexml
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to