Skip to content
Snippets Groups Projects
Commit 989cc797 authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

Merge remote-tracking branch 'origin/master'

parents f36e37e7 2ae72a63
No related branches found
No related tags found
No related merge requests found
......@@ -7,27 +7,34 @@ This application uses
- QtAV plugin by wang-bin: https://github.com/wang-bin/QtAV
### Install build-tools
Arch Linux:
#### Arch Linux
```
pacman -S cmake base-devel
```
Debian:
#### Debian
```
apt install cmake build-essentials
```
### Install Qt5 and QtAV
Arch Linux:
#### Arch Linux
```
pacman -S qt5-base qt5-quickcontrols2 qtav
```
Debian:
#### Debian
```
apt install qt5-default
```
To build and install QtAV on debian follow the steps on https://github.com/wang-bin/QtAV/wiki/Build-QtAV.
Please build QtAV with cmake instead of qmake. Because the cmake build is using ``ninja``, you have to ensure it is installed:
```
apt install ninja
```
## Building VanadiumCast
```
git clone https://github.com/sdcieo0330/VanadiumCast.git
......@@ -36,3 +43,5 @@ mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target VanadiumCast -j4
```
The executable is now in the subdirectory ``src`` of the build directory
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment