add build scripts
This commit is contained in:
parent
c1346e5e8a
commit
aa231e6e09
1
build/linbuild
Normal file
1
build/linbuild
Normal file
@ -0,0 +1 @@
|
||||
cmake --build . -- -j$(nproc)
|
||||
1
build/linconf
Normal file
1
build/linconf
Normal file
@ -0,0 +1 @@
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_QT_TRANSLATION=ON ..
|
||||
3
build/lindep
Normal file
3
build/lindep
Normal file
@ -0,0 +1,3 @@
|
||||
sudo apt install build-essential clang clang-format cmake jackd libasound-dev libgl-dev libpipewire-0.3-dev libsndio-dev \
|
||||
libssl-dev libsdl2-dev libx11-dev libxext-dev qt6-base-dev qt6-base-private-dev qt6-l10n-tools qt6-multimedia-dev \
|
||||
qt6-tools-dev qt6-tools-dev-tools xorg-dev
|
||||
1
build/linrun
Normal file
1
build/linrun
Normal file
@ -0,0 +1 @@
|
||||
./bin/Release/azahar
|
||||
1
build/winbuild
Normal file
1
build/winbuild
Normal file
@ -0,0 +1 @@
|
||||
cmake --build . -- -j$(nproc)
|
||||
1
build/winconf
Normal file
1
build/winconf
Normal file
@ -0,0 +1 @@
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_QT_TRANSLATION=ON ..
|
||||
1
build/windep
Normal file
1
build/windep
Normal file
@ -0,0 +1 @@
|
||||
pacman -S mingw-w64-clang-x86_64-{gcc,qt6,cmake} make git
|
||||
1
build/winrun
Normal file
1
build/winrun
Normal file
@ -0,0 +1 @@
|
||||
./bin/Release/azahar.exe
|
||||
Loading…
x
Reference in New Issue
Block a user