mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-06-16 04:27:23 +02:00
readme: ubuntu docs
This commit is contained in:
@@ -6,24 +6,38 @@ Live Video Mixer
|
||||
v-mix is the successor for GLMixer - https://sourceforge.net/projects/glmixer/
|
||||
|
||||
|
||||
### Clone
|
||||
## Clone
|
||||
|
||||
git clone --recursive https://github.com/brunoherbelin/vimix.git
|
||||
git clone --recursive https://github.com/brunoherbelin/vimix.git
|
||||
|
||||
### Compile
|
||||
## Compile
|
||||
|
||||
```
|
||||
cmake -G Ninja
|
||||
|
||||
ninja
|
||||
```
|
||||
|
||||
### Dependencies
|
||||
|
||||
Compiling tools:
|
||||
**Compiling tools:**
|
||||
|
||||
gcc, cmake & Ninja
|
||||
- gcc
|
||||
- cmake
|
||||
- Ninja
|
||||
|
||||
Libraries:
|
||||
**Libraries:**
|
||||
|
||||
gstreamer
|
||||
libpng
|
||||
libglfw3
|
||||
- gstreamer
|
||||
- libpng
|
||||
- libglfw3
|
||||
|
||||
|
||||
#### Ubuntu
|
||||
|
||||
**tools:**
|
||||
|
||||
apt-get install build-essential cmake ninja-build
|
||||
|
||||
**libs:**
|
||||
|
||||
apt-get install libpng-dev libglfw3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
||||
|
||||
Reference in New Issue
Block a user