-
Notifications
You must be signed in to change notification settings - Fork 13
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
Building from source #26
Comments
On Ubuntu 24.04 it is pretty difficult to run the build scripts. The main issue is to get a gimp AppImage to work with python interpreter and Gegl. The closest working gimp with python interpreter is the Flatpak gimp version, but it is missing The Ubuntu 24.04 gimp does not have python2 nor python-fu. Rumors say that gimp 3.00 is supposed to have python-fu. Here are some notes on what I tried on Ubuntu 24.04:
I think I need help to get it work. |
When trying to build from source, on Debian sid I get this output:
Maybe a build script/system would be good?
ah much better after replacing all python3.8 with python3.11 and
pip install python-gegl
The text was updated successfully, but these errors were encountered: