...
- Set the following environment variable:
PLATFORM=maclinux
- Copy
sf/trunk/build/macosx/BuildEnv.mk
tosf/src
- Edit
BuildEnv.mk
to set the following variables:TOP_DIR
: path to thesf
directoryWX_INSTALLED
: path to the directory containingwx-config
; usually this is thewxMac wxGTK-2.8.12/build-gmat
directoryWX_LIB_LOC
: path to the directory containing the compiled wx libraries; usually this is thewxMac wxGTK-2.8.12/build-gmat/lib
directorySPICE_DIR
: path to the directory containing thecspice
directoryF2C_LOC
: path to the directory containing thef2c32
directoryPCRE_LIB_LOC
: path to the PCRE library location; usuallypcre-#.##/.libs
...