-
Notifications
You must be signed in to change notification settings - Fork 1
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
icbuild.py doesn't run in Windows #1
Comments
yes, icbuild is still far from working, any help to get it working would be great. See that it should be run with pyhon3 though |
see that icbuild is a fork from jhbuild, so you need to read the code an check what needs to be renamed and or fixed. |
Do you mean icbuild should download and compile modules? Why don't simply Are there a way to create VS projects files to build Gtk and develop
|
What nacho meant is that icbuild is still not ready at all, the idea behind it was to have something like jhbuild for windows, but since these days jhbuild is pretty big and complex, we tried out with "icbuild" taking only small parts and trying to build something more minimalistic. icbuild is definitely not ready to be used. If you are just looking for a script to build gtk and use it your app, at the moment yuo should use https://github.com/wingtk/gtk-win32 that's what we use in production for our apps |
I'm trying to execute from command line in Windows:
python icbuild.py
it fails at line 32 on icbuild module, fails to find jhbuild module to import jhbuild.environment
Where can I get jhbuild module and install in my Windows Box?
The text was updated successfully, but these errors were encountered: