add todos && build modification

This commit is contained in:
Krzosa Karol
2026-03-11 08:30:22 +01:00
parent e1149680d9
commit 7cfae9af92
2 changed files with 2 additions and 2 deletions

View File

@@ -16,8 +16,7 @@ if [ ! -e "src/external/SDL" ]; then
# cmake -S . -B build_linux -DCMAKE_BUILD_TYPE=Release -DSDL_PIPEWIRE=OFF
cmake -S . -B build_linux -DSDL_PIPEWIRE=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
cd build_linux
make -j16
sudo make install
sudo make -j16 install
cd ../../../..
fi