From: Andre Noll Date: Mon, 25 Nov 2024 20:05:07 +0000 (+0100) Subject: manual: Streamline lopsub install instructions. X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=ad729c2b5933c192d34159d5a5d01ef6d469356c;p=paraslash.git manual: Streamline lopsub install instructions. These days one can install the distribution's lopsub package, so suggest getting it with apt-get(8) rather than by compiling from source. Switch the protocol in the URL for the lopsub web page from http to https while at it. --- diff --git a/web/manual.md b/web/manual.md index fddacbd2..88ac0ea0 100644 --- a/web/manual.md +++ b/web/manual.md @@ -287,26 +287,21 @@ Requirements ------------

For the impatient

- 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

Detailed description

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