-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Install latest working version #43
Comments
What Nim version are you using? You should use 0.18.0 and you can install using nimble using the command Edit: also make sure you have a environment variable named |
I'm using choosenim with version 0.18.0. I tried to install with "nimble install godot" but when I compile the stub project with "nake build" I got the following error:
I saw it is the same error as #41 but I couldn't find a solution, then I tried to use godot-nim 0.7.8 that gives me this other error:
My .bash_profile has this as GODOT_BIN:
|
Yeah, use nimble and you can solve that after that |
I didn't know that I needed to do "nimble install" after installing a nim version. Is this in the documentation? I did the following but I couldn't get it to work.
|
The nimble install thing is a weird thing that just seemed to work Alright let's see if I can reproduce my solution Now if I run |
It worked nicely. Thank you very much! =) Steps: curl https://nim-lang.org/choosenim/init.sh -sSf | sh choosenim 0.18.0 nimble install nimble install godot nimble install nake nake clean nake build |
@chalcosoma I think you can close this sicne this issue will mostly likely be solved by 0.19+ compatibility. |
Hello! I'm trying to use Godot with Nim but the latest version is not working. I tried to use an older version (0.7.8) but I don't know how to install it correctly. I downloaded the zip file and extracted it to /home/user/.nimble/pkgs because I don't know how to install it using nimble directly. When I tried to compile the "godot-nim-stub" I got an error saying "nakefile.nim(5, 8) Error: cannot open 'godotapigen'". How do I install the latest working version?
Thanks in advance! =)
The text was updated successfully, but these errors were encountered: