How to build the demos with homebrew installed dependencies:
Need to change the following lines (in each makefile for each demo):
to
DBG_LFLAGS = $(DBG_LIBRARIES) /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.dylib /usr/local/lib/libpng.dylib -lz -framework AppKit ../../../lib/GClassesDbg.a OPT_LFLAGS = $(OPT_LIBRARIES) /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.dylib /usr/local/lib/libpng.dylib -lz -framework AppKit ../../../lib/GClasses.a
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
How to build the demos with homebrew installed dependencies:
Need to change the following lines (in each makefile for each demo):
DBG_LFLAGS = $(DBG_LIBRARIES) /sw/lib/libSDLmain.a /sw/lib/libSDL.dylib /sw/lib/libpng.dylib -lz -framework AppKit ../../../lib/GClassesDbg.a
OPT_LFLAGS = $(OPT_LIBRARIES) /sw/lib/libSDLmain.a /sw/lib/libSDL.dylib /sw/lib/libpng.dylib -lz -framework AppKit ../../../lib/GClasses.a
to
DBG_LFLAGS = $(DBG_LIBRARIES) /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.dylib /usr/local/lib/libpng.dylib -lz -framework AppKit ../../../lib/GClassesDbg.a
OPT_LFLAGS = $(OPT_LIBRARIES) /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.dylib /usr/local/lib/libpng.dylib -lz -framework AppKit ../../../lib/GClasses.a