Merge branch 'master' of github.com:nim-lang/nimble
This commit is contained in:
commit
cb1ef9cd9f
1 changed files with 3 additions and 3 deletions
|
|
@ -57,9 +57,9 @@ 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
|
||||
cp src\nimble.exe src\nimble1.exe
|
||||
src\nimble1.exe install
|
||||
nim c src/nimble
|
||||
cp src/nimble.exe src/nimble1.exe
|
||||
src/nimble1.exe install
|
||||
|
||||
This is required because Windows will lock the process which is being run and
|
||||
during installation Nimble will recompile itself.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue