summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-08-09 09:49:35 +0800
committerErik Kundiman <erik@megapahit.org>2025-08-09 09:49:35 +0800
commit64c4bf836afb0cd4b5f95f19f094fece13a19e73 (patch)
tree6f2bd05673feed91c5e93bd268df9f1634d5424b /README.md
parentc45ea43eb2a22ae6767f0e26ff5d687ffff2cf7f (diff)
Revert "Make sure sed is installed on Arch"HEADmain
This reverts commit cbf64f875831992386dadc5a094b9739b678b764.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 636416eb44..d27f5cd72b 100644
--- a/README.md
+++ b/README.md
@@ -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`)