X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=45676b7ea44d0bb5cfc854272bdcbd5cf7a2e3a0;hp=547036b104d03759d79626e6ac3b686b165b88c0;hb=7c9d2422d5bfe6e2daf6674f806d73767e0cc77b;hpb=64411efdbd90f1080ad1fd010d468cea63aec923 diff --git a/INSTALL b/INSTALL index 547036b1..45676b7e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,11 @@ Any knowledge of how to work with mouse and icons is not required. +Installing lopsub +~~~~~~~~~~~~~~~~~ + git clone git://git.tuebingen.mpg.de/lopsub + cd lopsub && make && sudo make install + (see http://people.tuebingen.mpg.de/maan/lopsub/) + Installing osl ~~~~~~~~~~~~~~ git clone git://git.tuebingen.mpg.de/osl @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~