nim-lang/csources

Can't get koch to install a Windows build

bncastle opened this issue · 1 comments

Hello,

I am able to build the boostrap nim compiler and successfully get it to boostrap and build nim itself. Where I run into trouble is when I try to install it.

koch install c:\compiler\nim\bin

it fails when it tries to do sh ./install.sh which is of course a unix command. I'm just wondering if I left something out or if perhaps there is a bug in koch? I poked around a bit to see if there was a corresponding install.bat but could not find one. Any thoughts?

I don't think koch install is for Windows installation. You should just add Nim to your PATH instead.

Please create an issue for this on the Nim repo.