diff --git a/veejay-current/veejay-server/doc/veejay-HOWTO.md b/veejay-current/veejay-server/doc/veejay-HOWTO.md index 0f35b994..78797164 100644 --- a/veejay-current/veejay-server/doc/veejay-HOWTO.md +++ b/veejay-current/veejay-server/doc/veejay-HOWTO.md @@ -169,10 +169,6 @@ Veejay consists out of several packages: sendVIMS Simple VeeJay client for Pure Data - -veejay-themes -Theme-pack for reloaded - @@ -306,15 +302,14 @@ Before you install Veejay, you should install the following software packages. Although none of them is required, Veejay will be much less usable without them. -- (required) mjpegtools >= 1.9.0 - (required) The XML C library 2 for gnome >= 2.5.4 - (required) ffmpeg (libavcodec, etc) >= 0.50.0 - (optional) libdv >= 1.02 -- (optional) The SDL library >= 1.2.3 +- (optional) The SDL library >= 2.0.0 - (optional) JACK low latency audio server >= 0.98.1 - (optional) DirectFB >= 0.9.17 - (optional) FreeType >= 2.1.9 -- (optional) GTK >= 2.6.0 +- (optional) GTK >= 3.22.0 - (optional) libqrencode >= 3.4.2 @@ -332,7 +327,6 @@ You can compile the following packages from source if your distribution does not include them : - libavcodec, libavutil, libswscale and libavformat from the FFmpeg project -- mjpegtools #### FFmpeg @@ -345,16 +339,6 @@ $ ./configure --enable-swscaler --enable-shared --enable-gpl $ make # make install ``` -#### MjpegTools - -You can download the MjpegTools from - -Compilation of both packages is straightforward, in general the -following will do it: -``` -$ ./configure && make -# make install -``` 3.2 Installing from archive -------------------------------------------