|
META TOPICPARENT |
name="TheSemanticRobotVisionChallenge" |
Build Instructions
The following instructions were verified to work on the laptop behemoth(this assumes a fresh installation of Ubuntu 8.04)- |
|
-
- Unzip the tar ball, open a terminal and cd to downloaded boost directory
- run- $./bootstrap
- run- $./bjam
|
|
< < |
-
- If everything goes well Boost has compiled properly and you are ready to run- $sudo ./bjam install (this by default installs in /usr/local)
|
> > |
-
- If everything goes well Boost has compiled properly and you are ready to run-
- $sudo ./bjam install (this by default installs in /usr/local)
- If using version 1.4 and above use - $sudo ./bjam --layout=versioned install
|
|
-
- Create a symbolic link to the boost directory-
|
|
< < |
-
-
- $ sudo ln -s boost-1_39/boost boost
|
> > |
-
-
- $ sudo ln -s boost-1_39/boost boost (Note: replace with appropriate version number, this command is for 1.39)
|
| |