Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -26,16 +26,20 @@ |
### Running Emscripten |
After installing and configuring Emscripten you can setup the build |
with the following commands: |
meson build |
+To build natively use: |
+ |
+ meson -Dnative=true build |
+ |
By default it will create a debug build. Pass `--buildtype release` to |
create a release build. |
Then to build just do: |
ninja -C build |
This will regenerate the build files as needed. |