docs:mac:builds:typical_build_procedure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:mac:builds:typical_build_procedure [2007/11/23 01:08] – external edit 127.0.0.1docs:mac:builds:typical_build_procedure [2012/01/21 22:24] (current) billh
Line 1: Line 1:
 ====== Typical Build Procedure ====== ====== Typical Build Procedure ======
 <code> <code>
-download source and extract+# 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
  
-read the INSTALL and/or README files+# 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) ./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] ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info [custom flags and build options here]
  • docs/mac/builds/typical_build_procedure.1195805284.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)