Wiki page freebsd-start.md changed with summary [Update to match config shell script options] by Alastair Poole

This commit is contained in:
Alastair Poole 2021-11-26 00:49:40 -08:00 committed by www-data
parent db71f8d175
commit aa9b8eb101
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ setenv LDFLAGS "-L/usr/local/lib"
Once you have installed all the required packages ``cd`` into the *efl-X.XX.X* folder and and set environment variables run
```bash
meson build -Dsystemd=false -Deeze=false
meson build -Dsystemd=false -Dv4l2=false -Deeze=false -Dinput=false
ninja -C build
su
ninja -C build install
@ -132,7 +132,7 @@ setenv LDFLAGS "-L/usr/local/lib"
You can now ``cd`` into the *efl\* directory compile and install EFL:
```bash
meson build -Dsystemd=false -Deeze=false
meson build -Dsystemd=false -Dv4l2=false -Deeze=false -Dinput=false
ninja -C build
su
ninja -C build install