]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
manual: Add lopsub installation instructions to quick start.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 29 Apr 2017 02:55:53 +0000 (04:55 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 21 May 2017 15:41:10 +0000 (17:41 +0200)
paraslash-0.6.x depends on lopsub, so we should list the commands to
install this library at the beginning of the quick start section.

web/manual.md

index 5216c6b5cf03153b797611776045e6ed06bd6110..4f8ff7143a245ce40894d6cd89b7edbf1f7d2d5f 100644 (file)
@@ -184,6 +184,8 @@ Requirements
 ------------
 ### For the impatient ###
 
+       git clone git://git.tuebingen.mpg.de/lopsub
+       cd lopsub && make && sudo make install
        git clone git://git.tuebingen.mpg.de/osl
        cd osl && make && sudo make install && sudo ldconfig
        sudo apt-get install autoconf libssl-dev m4 \