Skip to content

Commit

Permalink
Update BUILDING_BOOST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jan 15, 2015
1 parent 2841ca4 commit 391999e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BUILDING_BOOST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Normally you do not need to compile boost yourself as it is included in the Exocortex Libraries package. BUt if you need to compile boost for a new version of Visual C++ or GCC that isn't yet supported by the Exocortex Libraries package. Replace the pattern in the libraries path XXXXXXXX.XX with the appropriate numbering for the external libraries package.

# High Level Build Process

Just download the 1.44 version of Boost and unzip it in a directory.

Then run the bootstrap command line program. This will built bjam.

Then run the appropriate file below to build boost with the operations Exocortex Crate requires.

Then copy the results into the appropriate directory in the libraries.


# Visual Studio 2010 / MSVC-10.0

Turn this into a batch file:
Expand Down

0 comments on commit 391999e

Please sign in to comment.