diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-02-13 11:01:55 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-02-13 11:01:55 +0000 |
commit | 0c998e0df8e5702ee986f21d8f76123fbff0c408 (patch) | |
tree | 37fb43fb9f61f480d4a79cb5fd70aecb57f5968d /devel/boost_build/files | |
parent | 0ba078d9318ca86d3976986b33f2cfd8decd50b0 (diff) |
Notes
Diffstat (limited to 'devel/boost_build/files')
-rw-r--r-- | devel/boost_build/files/pkg-message.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/boost_build/files/pkg-message.in b/devel/boost_build/files/pkg-message.in new file mode 100644 index 000000000000..06d36cb6c029 --- /dev/null +++ b/devel/boost_build/files/pkg-message.in @@ -0,0 +1,15 @@ +To use boost_build, it is necessary to set BOOST_ROOT in +your environment: + + sh/bash/ksh: + BOOST_ROOT=%%DATADIR%% ; export BOOST_ROOT + csh: + setenv BOOST_ROOT %%DATADIR%% + +Note: The default toolchain is gcc. +To override this on a system-wide basis, edit this file: + %%DATADIR%%/site-config.jam + +For an example of a per-user settings file which may be +copied to your home directory, see: + %%DATADIR%%/user-config.jam |