dsrw / enu

A Logo-like 3D environment, implemented in Nim
http://getenu.com
MIT License
449 stars 15 forks source link

Documentation, How to install #1

Closed juancarlospaco closed 4 years ago

juancarlospaco commented 4 years ago

How to install it?, I tried nimble install and checking the code, but I think is referencing a folder outside of the repo (?), also nimble only considers Windows and Mac, no Linux support ?, documentation about how to install is needed. :)

dsrw commented 4 years ago

I haven't tested on Linux yet. I assume the most recent Ubuntu release would be a reasonable place to start?

I'll try to get some install docs up in the next day or two. Thanks!

geekrelief commented 4 years ago

I had issues getting it running on Windows too. When running the 'nimble generate' task I ran into a nimscript error:

C:\Users\geekr\AppData\Local\Temp\nimblecache\nimscriptapi.nim(165, 16)
C:\godot\enu\enu_8084.nims(39, 8) generateTask
C:\Users\geekr\scoop\apps\nim\current\lib\system\nimscript.nim(186, 19) exec
C:\Users\geekr\scoop\apps\nim\current\lib\system\nimscript.nim(186, 19) Error: unhandled exception: The system cannot find the file specified.
 [OSError]
     Error: Exception raised during nimble script execution

I got passed this by copying the godotapi I generated from the godot-nim-stub, and I was able to get things running.