mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-11 18:35:00 +01:00
update package list for ubuntu
This commit is contained in:
@@ -36,11 +36,13 @@ The video output server (Ffmpeg/libSDL), a 'visual' instrument and realtime vide
|
|||||||
|
|
||||||
First, make sure you system is up-to-date, and install the dependencies with:
|
First, make sure you system is up-to-date, and install the dependencies with:
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install build-essential autoconf automake libtool m4 gcc libjpeg62-dev \
|
sudo apt-get install build-essential autoconf automake libtool m4 gcc \
|
||||||
libswscale-dev libavutil-dev libavcodec-dev libavformat-dev libx11-dev \
|
libswscale-dev libavutil-dev libavcodec-dev libavformat-dev libx11-dev \
|
||||||
libxml2-dev libsdl2-dev libjack0 libjack-dev jackd1 libgtk3-dev libgdk-pixbuf-2.0-dev
|
libxml2-dev libsdl2-dev libjack0 libjack-dev jackd1 libgtk-3-dev libgdk-pixbuf-2.0-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Build the veejay's applications
|
#### Build the veejay's applications
|
||||||
|
|
||||||
Veejay is divided into multiple packages. Each must be build separately and in a specific order.
|
Veejay is divided into multiple packages. Each must be build separately and in a specific order.
|
||||||
|
|||||||
Reference in New Issue
Block a user