X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=INSTALL;h=4a86e967ee72955a32ed37e2fd88b849f808053e;hb=refs%2Fheads%2Fpu;hp=547036b104d03759d79626e6ac3b686b165b88c0;hpb=9264932e105071a24d843785900e29e70c78d6ae;p=paraslash.git diff --git a/INSTALL b/INSTALL index 547036b1..cabeb10f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,16 @@ Any knowledge of how to work with mouse and icons is not required. +Installing lopsub +~~~~~~~~~~~~~~~~~ + git clone https://git.tuebingen.mpg.de/lopsub + cd lopsub && make && sudo make install + (see https://people.tuebingen.mpg.de/maan/lopsub/) + Installing osl ~~~~~~~~~~~~~~ - git clone git://git.tuebingen.mpg.de/osl + git clone https://git.tuebingen.mpg.de/osl cd osl && make && sudo make install - (see http://people.tuebingen.mpg.de/maan/osl/) + (see https://people.tuebingen.mpg.de/maan/osl/) Installing paraslash from tarball ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -12,7 +18,7 @@ Installing paraslash from tarball Installing paraslash from git ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - autoconf && autoheader && make && sudo make install + autoconf && autoheader && ./configure && make && sudo make install Example for cross-compiling ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -31,4 +37,4 @@ Example for cross-compiling For details see the user manual: - http://people.tuebingen.mpg.de/maan/paraslash/manual.html + https://people.tuebingen.mpg.de/maan/paraslash/manual.html