![JAR search and dependency download from the Maven repository](/logo.png)
library.makefile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.swt.gtk.linux.x86_64 Show documentation
Show all versions of org.eclipse.swt.gtk.linux.x86_64 Show documentation
Standard Widget Toolkit for GTK on x86_64
The newest version!
# Notes:
# - Currently 'install' cannot be ran on it's own, only part of a build.
# - At time of writing, this makefile is not used by any build server.
# Build servers call build.sh directly.
all:
./build.sh -gtk-all install
gtk4:
./build.sh -gtk4 install
gtk4-build-only:
./build.sh -gtk4
gtk3:
./build.sh -gtk3 install
clean:
./build.sh clean
© 2015 - 2025 Weber Informatics LLC | Privacy Policy