Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SteelCast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nik | Klampfradler
SteelCast
Commits
989cc797
Commit
989cc797
authored
4 years ago
by
Silas Della Contrada
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
f36e37e7
2ae72a63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-4
13 additions, 4 deletions
README.md
with
13 additions
and
4 deletions
README.md
+
13
−
4
View file @
989cc797
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment