mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-13 19:30:00 +01:00
minor updates to doc
This commit is contained in:
@@ -169,10 +169,6 @@ Veejay consists out of several packages:
|
|||||||
<td><strong>sendVIMS</strong></td>
|
<td><strong>sendVIMS</strong></td>
|
||||||
<td>Simple VeeJay client for Pure Data</td>
|
<td>Simple VeeJay client for Pure Data</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
|
||||||
<td><strong>veejay-themes</strong></td>
|
|
||||||
<td>Theme-pack for reloaded</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@@ -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
|
packages. Although none of them is required, Veejay will be much less
|
||||||
usable without them.
|
usable without them.
|
||||||
|
|
||||||
- (required) mjpegtools >= 1.9.0
|
|
||||||
- (required) The XML C library 2 for gnome >= 2.5.4
|
- (required) The XML C library 2 for gnome >= 2.5.4
|
||||||
- (required) ffmpeg (libavcodec, etc) >= 0.50.0
|
- (required) ffmpeg (libavcodec, etc) >= 0.50.0
|
||||||
- (optional) libdv >= 1.02
|
- (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) JACK low latency audio server >= 0.98.1
|
||||||
- (optional) DirectFB >= 0.9.17
|
- (optional) DirectFB >= 0.9.17
|
||||||
- (optional) FreeType >= 2.1.9
|
- (optional) FreeType >= 2.1.9
|
||||||
- (optional) GTK >= 2.6.0
|
- (optional) GTK >= 3.22.0
|
||||||
- (optional) libqrencode >= 3.4.2
|
- (optional) libqrencode >= 3.4.2
|
||||||
|
|
||||||
|
|
||||||
@@ -332,7 +327,6 @@ You can compile the following packages from source if your distribution
|
|||||||
does not include them :
|
does not include them :
|
||||||
|
|
||||||
- libavcodec, libavutil, libswscale and libavformat from the FFmpeg project
|
- libavcodec, libavutil, libswscale and libavformat from the FFmpeg project
|
||||||
- mjpegtools
|
|
||||||
|
|
||||||
#### FFmpeg
|
#### FFmpeg
|
||||||
|
|
||||||
@@ -345,16 +339,6 @@ $ ./configure --enable-swscaler --enable-shared --enable-gpl
|
|||||||
$ make
|
$ make
|
||||||
# make install
|
# make install
|
||||||
```
|
```
|
||||||
#### MjpegTools
|
|
||||||
|
|
||||||
You can download the MjpegTools from <http://mjpeg.sourceforge.net>
|
|
||||||
|
|
||||||
Compilation of both packages is straightforward, in general the
|
|
||||||
following will do it:
|
|
||||||
```
|
|
||||||
$ ./configure && make
|
|
||||||
# make install
|
|
||||||
```
|
|
||||||
<span id="3.2">3.2 Installing from archive</span>
|
<span id="3.2">3.2 Installing from archive</span>
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user