Congrats new release!
I have a little question about the download page. Is the nim e install_tools.nims official recommended way to use nimsuggest from now? (No more supported nimble install nimsuggest?)
Is the nim e install_tools.nims official recommended way to use nimsuggest from now? (No more supported nimble install nimsuggest?)
install_tools is for the tar.xz based release. When you build from github, the old ways still apply though nimsuggest in particular has a compile_without_nimble script because nimble doesn't work well with packages that depend on the compiler package.
the old ways still apply though nimsuggest ...
Okay. Thanks Araq.
Installation is failing for me on Windows 8.1 64-bit. The installation proceeds, and then docs fetch fails with a message box with something like 'HTTP://1.4.docs.zip' or close to that. Then I click the batch file on my desktop, and it asks to browse to it. The Nim directory doesn't exist in c:program filesor anywhere for that matter. No errors about failed installation at end of install.
NEVERMIND: Had to run as administrator! Leaving post for others who might make this simple mistake. Great job!
FYI I got nimble to work by building it from source and also I had to run nimble.exe from the checked out directory and not ~/.nimble/...
Hats off to everyone involved in the nim project and I look forward to discovering more about it....