Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29661608: Issue 6241 - Allow a native build. (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: addressed comments Created Jan. 11, 2018, 8:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compiled/Utils.h » ('j') | compiled/library.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | compiled/Utils.h » ('j') | compiled/library.cpp » ('J')

Powered by Google App Engine
This is Rietveld