resolve #278, update readme

This commit is contained in:
niels
2025-11-02 17:15:25 +01:00
parent e8407f1a2f
commit 0f6c53ae3a
2 changed files with 5 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ libswscale-dev libavutil-dev libavcodec-dev libavformat-dev libx11-dev \
gtk-3.0-dev libxml2-dev libsdl2-dev libjack0 libjack-dev jackd1
```
On some systems, the gtk dependency may be called libgtk-3-dev
## Quick and dirty build instructions
Normally, you can just run `./configure`.

View File

@@ -11,6 +11,8 @@ First, make sure you system is up-to-date, and install (in debian like system) t
gtk-3.0-dev libxml2-dev libsdl2-dev libjack0 libjack-dev jackd1
Please note that on some debian like systems, package names for gtk may vary. If gtk-3.0-dev is missing, try libgtk-3-dev
## Build the veejay's applications
Veejay is divided into multiple packages. Each must be build separately and in a specific order.