Stuff.
This commit is contained in:
parent
69c9de3689
commit
d68543e854
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ moc_*
|
|||
qrc_qml.cpp
|
||||
appdir
|
||||
AppDir
|
||||
Makefile
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue