summaryrefslogtreecommitdiff
path: root/devel/boost_build/files/pkg-message.in
blob: 771ec3e0b3af1457a959a1c78f0e783b8c122d85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{ type: install
  message: <<EOM
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
EOM
}
]