From 3bbf51bc7783123d1afc5cd95bc108910aa1f7dc Mon Sep 17 00:00:00 2001 From: def Date: Sun, 6 Mar 2016 23:21:29 +0100 Subject: [PATCH] Documentation: Build release binary of nimble This speeds up the building process by a factor of 2 because afterwards nimble builds itself again, but using -d:release. --- readme.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.markdown b/readme.markdown index fae4af9..93a1834 100644 --- a/readme.markdown +++ b/readme.markdown @@ -48,7 +48,7 @@ the following commands to clone nimble, compile it and then install it. git clone https://github.com/nim-lang/nimble.git cd nimble git clone -b v0.13.0 --depth 1 https://github.com/nim-lang/nim vendor/nim - nim c -r src/nimble install + nim -d:release c -r src/nimble install After these steps are completed successfully, nimble will be installed in ``~/.nimble/bin``. You must then add @@ -80,7 +80,7 @@ On Windows installing Nimble from source is slightly more complex: git clone https://github.com/nim-lang/nimble.git cd nimble - nim c src/nimble + nim -d:release c src/nimble cp src/nimble.exe src/nimble1.exe src/nimble1.exe install