X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=45676b7ea44d0bb5cfc854272bdcbd5cf7a2e3a0;hb=HEAD;hp=547036b104d03759d79626e6ac3b686b165b88c0;hpb=674f20dd3fc5339a1e7a9f25c5e4a987aaf13d3c;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