Difference: BuildInstructionsToRunRobotFromSource (26 vs. 27)

Revision 272009-10-19 - AnkurGupta

Line: 1 to 1
 
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)-
Line: 44 to 44
 
    • Unzip the tar ball, open a terminal and cd to downloaded boost directory
    • run- $./bootstrap
    • run- $./bjam
Changed:
<
<
    • 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-
      • $ cd /usr/local/include
Changed:
<
<
      • $ 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)
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback