26 Aug
2008
26 Aug
'08
8:39 p.m.
On Aug 24, 2008, at 3:53 PM, Charles Darwin wrote:
Is there any way to get darwinbuild install project's commands under `/ usr/local/bin', include files under `/usr/local/include', etc. ?
The main commands do end up in /usr/local/bin/. Some support scripts like installXcode are not meant to be run manually (or at least frequently) so they live elsewhere. Includes end up in /usr/local/ include/DarwinBuild/, but I suppose you could edit the makefiles if you didnt want the DarwinBuild subdirectory. As for setting the prefix, you can override it with an environment variable or command line option like: make install PREFIX=/myprefix/ -Bill