Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Typical Build Procedure ====== <code> # if you have a fink environment installed, you can remove the fink stuff when building with the following: unset LDFLAGS MANPATH CPPFLAGS CXXFLAGS CFLAGS ACLOCAL_FLAGS PKG_CONFIG_PATH # if you have CDPATH set it may cause "make" to fail; simply unset it first # download source and extract # read the INSTALL and/or README files ./configure --help'' to view build options, and decide which options require pre-existing dependencies (install them first) # optional, if using libtool cp /usr/local/share/libtool/config.sub . cp /usr/local/share/libtool/config.guess . ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info [custom flags and build options here] make sudo make install </code> docs/mac/builds/typical_build_procedure.txt Last modified: 2012/01/21 22:24by billh