Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-10-04 19:21:13 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-10-04 19:21:13 +0300
commit6676e070be0d60cc33526e0a178c5f112c3556d5 (patch)
tree13b8e9ffeecead10d89b7631735758ed6a3d4b44 /README.md
parenta3a003088ef24bc508cc2ca0fe3c922d122fe7b0 (diff)
Fix and expand the Meson notes regarding target directories
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 121912286..cdbe5557e 100644
--- a/README.md
+++ b/README.md
@@ -206,7 +206,7 @@ brew install ccache meson libpng sdl2 sdl2_net opusfile fluid-synth
-Dtry_static_libs=png \
-Dfluidsynth:enable-floats=true \
-Dfluidsynth:try-static-deps=true \
- build/release
+ build
```
The above enables all of DOSBox Staging's functional features. If you're
@@ -216,10 +216,10 @@ brew install ccache meson libpng sdl2 sdl2_net opusfile fluid-synth
- Compile the sources. This is necessary every time you want a new build:
``` shell
- meson compile -C build/release
+ meson compile -C build
```
- Your binary is: `build/release/dosbox` -- have fun!
+ Your binary is: `build/dosbox` -- have fun!
### Windows - Visual Studio (2019 or newer)