10 lines
297 B
Bash
10 lines
297 B
Bash
cmake ../SDL3-3.4.2/ -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../SDL3-dist
|
|
cmake --build . --config Debug
|
|
cmake --install . --config Debug
|
|
|
|
|
|
# opus
|
|
../opus-1.6.1/configure LDFLAGS="-static" CFLAGS="-march=x86-64-v3 -O2 -pipe" --prefix=../opus-dist
|
|
make
|
|
make install
|