Changes between Version 4 and Version 5 of documentation/BuildingBoostPython

Show
Ignore:
Author:
lloydw (IP: 24.82.134.185)
Timestamp:
09/19/10 08:43:07 (7 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/BuildingBoostPython

    v4 v5  
    2525This is straight forward, get the latest source code for Python (Python 2.7 at the time of writing). Open the solution file under PC/VS8.0 (VS will ask you to update the solution). 
    2626 
    27 Build a debug and release version of the python. Copy python27.dll and python27_d.dll into support/lib directory. 
     27Build a debug and release version of the python. Copy ''python27.dll'' and ''python27_d.dll'' into support/lib directory. 
    2828 
    2929== Build Boost::Python == 
    4545}}} 
    4646 
    47 We then set bjam to work building us debug and release versions. 
     47We then set ''bjam'' to work building us debug and release versions. 
    4848 
    4949{{{ 
    5454Copy the ''lib'' and ''dll'' files from the ''boost/bin.v2'' folder to the ''support/lib'' folder 
    5555 
    56 You've now built all the required libraries and put them in the correct locations. RocketPython should now build correctly. 
     56You've now built all the required libraries and put them in the correct locations. RocketPython should now build correctly. You'll most likely need to copy all the ''dll'' files into the folder you run your application from as well.