-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
43 lines (27 loc) · 1.24 KB
/
INSTALL
File metadata and controls
43 lines (27 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Installation Instructions
*************************
This project uses the Boost.Build system which automatically tracks link,
include, and other dependencies among any number of libraries and projects.
Below, you should find instructions for using Boost.Build as well as a general
system-style installtion.
Boost.Build:
If you use Boost.Build, integrating this library into your own project is
EASY. No installation beyond storing the packages somewhere on your harddrive. To
use lightpipes in your Boost.Build project, you simply include a line like:
use-project /lightpipes : path/to/lightpipes ;
where the path/to/lightpipes path can be either relative or absolute.
External libraries required by various components:
Boost.Python
General Install:
These instructions are for installing this software into a standard layout
where libraries are installed to <prefix>/lib
and headers are installed to <prefix>/include
DEFAULT: <prefix> = /usr/local
For a simple install, just do:
bjam install
To change the installation path, use
bjam --prefix=/path/to/install/into/ install
For help on other options, execute
bjam --help
External library installations required:
Boost.Python