------------
<h3> For the impatient </h3>
- git clone https://git.tuebingen.mpg.de/lopsub
- cd lopsub && make && sudo make install
- git clone https://git.tuebingen.mpg.de/osl
- cd osl && make && sudo make install && sudo ldconfig
sudo apt-get install autoconf libssl-dev m4 \
libmad0-dev libid3tag0-dev libasound2-dev libvorbis-dev \
libfaad-dev libspeex-dev libflac-dev libsamplerate-dev \
libasound2-dev libao-dev libreadline-dev libncurses-dev \
- libopus-dev
+ libopus-dev liblopsub-dev
+ git clone https://git.tuebingen.mpg.de/osl
+ cd osl && make && sudo make install && sudo ldconfig
<h3> Detailed description </h3>
In any case you will need
-- [lopsub](http://people.tuebingen.mpg.de/maan/lopsub/). The long
+- [lopsub](https://people.tuebingen.mpg.de/maan/lopsub/). The long
option parser for subcommands generates the command line and config
-file parsers for all paraslash executables. Clone the source code
-repository with
-
- git clone https://git.tuebingen.mpg.de/lopsub
+file parsers for all paraslash executables.
- [gcc](ftp://ftp.gnu.org/pub/gnu/gcc) or
[clang](http://clang.llvm.org). All gcc versions >= 5.4 are currently