add build scripts

This commit is contained in:
AzaharPlus 2025-04-07 13:25:43 +02:00
parent c1346e5e8a
commit aa231e6e09
8 changed files with 10 additions and 0 deletions

1
build/linbuild Normal file
View File

@ -0,0 +1 @@
cmake --build . -- -j$(nproc)

1
build/linconf Normal file
View File

@ -0,0 +1 @@
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_QT_TRANSLATION=ON ..

3
build/lindep Normal file
View 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
View File

@ -0,0 +1 @@
./bin/Release/azahar

1
build/winbuild Normal file
View File

@ -0,0 +1 @@
cmake --build . -- -j$(nproc)

1
build/winconf Normal file
View File

@ -0,0 +1 @@
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_QT_TRANSLATION=ON ..

1
build/windep Normal file
View File

@ -0,0 +1 @@
pacman -S mingw-w64-clang-x86_64-{gcc,qt6,cmake} make git

1
build/winrun Normal file
View File

@ -0,0 +1 @@
./bin/Release/azahar.exe