Merge pull request #216 from def-/master
Documentation: Build release binary of nimble
This commit is contained in:
commit
ed4b9aa6f5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue