-
Notifications
You must be signed in to change notification settings - Fork 0
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
link.exe not found #13
Comments
Also I have the latest VSC version, and C++ extension, so don't know why it's saying that |
Do you have the Microsoft C++ Build Tools installed? You can download them here. I think this is all you need to manually build it on MSVC. |
Ok so I've given up on manually building it, I couldn't get it to work. How else do I open the program cus I seem to be missing something obvious |
You can download the latest release in the releases section. |
So I was following the steps for manually building, and when I ran the cargo build --release command in the folder, it prduced an error, and the exectuable file didn't show up in \target\release.
Is this just an issue with me missing software?
The text was updated successfully, but these errors were encountered: