summaryrefslogtreecommitdiff
path: root/devel/boost_build/files/pkg-message.in
blob: 06d36cb6c0295a20976b5665bd2d8990b2169fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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