diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-08-07 12:02:19 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-08-07 12:02:19 +0800 |
| commit | cbf64f875831992386dadc5a094b9739b678b764 (patch) | |
| tree | 3bc65a64374e775e5e7a99fd9a4c8f990b315342 | |
| parent | 2eeb6c956e36151cad52dd653530f6be995c5bf7 (diff) | |
Make sure sed is installed on Arch
Turns out it's not necessarily pulled by some other dependencies
on a fresh Arch installation.
| -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 python apr-util boost fltk glm glu hunspell minizip nanosvg libnghttp2 openjpeg2 libpipewire sdl2 vlc libvorbis xxhash +$ sudo pacman -S cmake base-devel sed 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`) |
