-
Notifications
You must be signed in to change notification settings - Fork 156
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
Windows compiling guide needs to be updated #673
Comments
If that works for you, I'll go ahead and merge. I thought this issue was maybe macOS specific... interesting that you're seeing it on Wintoons. |
Nope, still not:
|
That line changed in 9d02fd9 seems to be a Python 3 thingy according to https://stackoverflow.com/questions/24652074/importerror-no-module-named-request Edit: OK so I guess we're supposed to use Python 3 instead of 2.7 now 5039305 |
Ah yes, better try python3! |
Alright, so here are all the steps that changed:
(Perhaps also retake a screen capture of VS :P) |
Hello,
I'm going though the "Compiling GtkRadiant on Windows" page and it needs some updates (and also I get a Scons error ^^')
https://icculus.org/gtkradiant/documentation/windows_compile_guide/
SVN -> Take the non-Edge release
Scons -> The latest Scons release supporting Python 2.7 is 2.5.1
Source: https://scons.org/scons-251-is-available.html
Download: https://sourceforge.net/projects/scons/files/scons/2.5.1/
When I run C:\Python27\Scripts\scons.bat target=setup I get:
I haven't ran any git submodule command fyi
What am I missing/doing wrong?
The text was updated successfully, but these errors were encountered: