# # For OS X, "source" this file to set the following environment variables: # setenv CPPFLAGS "-I/sw/include -I/usr/X11R6/include" setenv LDFLAGS "-flat_namespace -L/sw/lib -L/usr/X11R6/lib" # # If you don't have the libpng3 and netcdf libraries, download them with fink. # (if you don't need netcdf, then just leave out the --with-netcdf option) # Then copy the next line to the command line: #./configure --prefix=/usr/local --with-netcdf=/sw/lib # # If you will want to use external functions, then add this line to 'config.h' after # running ./configure (include the '#' at the beginning of the line!) #define F77_FUNC(name,INTL) name ## _ # # Then you are ready to run make. # #make # # To install into usr/local/bin, type 'sudo make install' and enter your password. # # Note that in vis5d.h, the default userfunc directory is set to /usr/local/share/vis5d+/userfuncs # so if you want just the local userfuncs directory, be sure to change it before compiling #