1
0
Fork 0
This commit is contained in:
NamedKitten 2018-10-14 20:52:31 +01:00
parent 69c9de3689
commit d68543e854
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -7,4 +7,5 @@ moc_*
.qmake.stash
qrc_qml.cpp
appdir
AppDir
AppDir
Makefile

View file

@ -4,6 +4,8 @@ export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH"
bash scripts/build-mpv.sh
export QML_SOURCES_PATH=src/qml
qmake CONFIG+=release PREFIX=/usr
make -j$(nproc)
make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/