diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-08-09 09:51:13 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-08-09 09:51:13 +0800 |
commit | b8333d4d8df55f351f4f08f78a6d9fae851b48a8 (patch) | |
tree | 557abf628a2c0f23f6db0fefbf4454ec6b1ce2bf | |
parent | 5a178ed4db61d138aa1fa63a9e2b9266d5268fcf (diff) | |
parent | 64c4bf836afb0cd4b5f95f19f094fece13a19e73 (diff) |
Merge branch 'main' into 2025.06
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ $ cd build-`uname -s|tr '[:upper:]' '[:lower:]'`-`uname -m` ### Arch ``` -$ sudo pacman -S cmake base-devel sed python apr-util boost fltk glm glu hunspell minizip nanosvg libnghttp2 openjpeg2 libpipewire sdl2 vlc libvorbis xxhash +$ sudo pacman -S cmake base-devel python apr-util boost fltk glm glu hunspell minizip nanosvg libnghttp2 openjpeg2 libpipewire sdl2 vlc libvorbis xxhash $ export LL_BUILD="-O3 -std=c++20 -fPIC -DLL_LINUX=1" ``` build with FMOD Studio: ([register with fmod to get linux package][fmod] and then place the `.tar.gz` in `~/Downloads`) |