1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

updated meson build instructions

This commit is contained in:
Falk Werner 2023-01-07 20:01:22 +01:00
parent ca8039143f
commit 94dd4a89ef

View File

@ -4,8 +4,7 @@ To build webfuse from source, meson is needed.
Please refer to [meson quick guide](https://mesonbuild.com/Quick-guide.html) for setup instructions.
meson .build
cd .build
ninja build
meson compile -C .build
## Build options