Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:mac:builds:typical_build_procedure [2007/11/23 01:08] – external edit 127.0.0.1 | docs:mac:builds:typical_build_procedure [2012/01/21 22:24] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Typical Build Procedure ====== | ====== Typical Build Procedure ====== | ||
< | < | ||
- | 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 " |
+ | |||
+ | # download source and extract | ||
+ | |||
+ | # read the INSTALL and/or README files | ||
./configure --help'' | ./configure --help'' | ||
+ | |||
+ | # optional, if using libtool | ||
+ | cp / | ||
+ | cp / | ||
./configure --prefix=/ | ./configure --prefix=/ |