-
Notifications
You must be signed in to change notification settings - Fork 30
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
No .exe file #2
Comments
Get Visual Studio and compile the source yourself |
Compiling is the easiest part of this. Firstly, download Visual Studio (Community edition). After you downloading VS installer, open this file and tick ".NET Desktop development". Then, you'll need this autofarmer's ZIP file. After you downloading this auto farmer as a ZIP file, open it and click the VS solution file(.sln) and open it with Visual Studio. Lastly, after opening VS, click the button "Compile" in the upside and select "Compile Solution". Then, you can get and use your file as an .exe file in the section "Output". File location will be written in the Output. That's all, dude :) |
^ |
No .exe file
The text was updated successfully, but these errors were encountered: