I don't see "install.sh" anymore. I think I need to run "niminst", but "koch tools" does not build it. How do I build niminst?
Or better: How do I install Nim to a non-standard directory from a source build? "nim-install my-directory"
I'm sure there is a doc-page I've missed.
Koch is the official tool to build and "koch boot" is the command.
Details here: https://github.com/nim-lang/Nim#compiling
You don't install to somewhere, you clone/download to a location and build in place.
you clone/download to a location and build in place.
That's what I thought. That's a problem for enterprise software.
You're supposed to use a package manager to do the distribution over usr/bin/local and friends.
That's a problem for enterprise software.
How so? Not requiring sudo to install it is an advantage.