Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upmakefile does not work in freebsd #2
Comments
This comment has been minimized.
This comment has been minimized.
Thank you for the feedback. Adopted your changes in 4dc5fbd |
tylerburton
closed this
Feb 14, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cneira commentedFeb 13, 2014
I think is better to use the gnustep-config tool in your makefile to it could build easier in other platforms as Freebsd, I have built the library after applying some changes to the makefile, Also the makefile does not provide a way to install the framework.
OBJCFLAGS=
gnustep-config --objc-flags
pkg-config --cflags gtk+-2.0
GNUstep dependencies
GNUSTEPDEPS=
gnustep-config --base-libs
GTK dependencies
GTKDEPS=
pkg-config --libs gtk+-2.0
Bests