Skip to content
Snippets Groups Projects
Commit 0215bca3 authored by Bienchen's avatar Bienchen
Browse files

Fixed Boost version in documentation

parent c7d2b3ea
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ OpenStructure uses a bunch of OpenSource libraries. If you haven't already insta ...@@ -29,7 +29,7 @@ OpenStructure uses a bunch of OpenSource libraries. If you haven't already insta
* `CMake <http://cmake.org>`_ (2.6.4) * `CMake <http://cmake.org>`_ (2.6.4)
* `Eigen3 <http://eigen.tuxfamily.org>`_ (3.2.0) * `Eigen3 <http://eigen.tuxfamily.org>`_ (3.2.0)
* `Boost <http://boost.org>`_ (1.47) * `Boost <http://boost.org>`_ (1.53)
* `libpng <http://www.libpng.org>`_ * `libpng <http://www.libpng.org>`_
* `Python <http://python.org>`_ (2.7) * `Python <http://python.org>`_ (2.7)
* `Qt <http://qt-project.org/>`_ (4.5) * `Qt <http://qt-project.org/>`_ (4.5)
......
...@@ -160,7 +160,7 @@ The Testing Framework ...@@ -160,7 +160,7 @@ The Testing Framework
The `tests` directory contains code for unit tests. The code is compiled and The `tests` directory contains code for unit tests. The code is compiled and
executed when one invokes compilation using the 'make check' command. Tests are executed when one invokes compilation using the 'make check' command. Tests are
run by means of the `Boost Unitests Library run by means of the `Boost Unitests Library
<http://www.boost.org/doc/libs/1_37_0/libs/test/doc/html/index.html>`_. Before coding the test routines, the required skeleton needs to be put in place. <http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/index.html>`_. Before coding the test routines, the required skeleton needs to be put in place.
The main code is put into 'tests.cc', which will become the test executable. There are only 3 lines required The main code is put into 'tests.cc', which will become the test executable. There are only 3 lines required
...@@ -224,7 +224,7 @@ The Python Wrapper ...@@ -224,7 +224,7 @@ The Python Wrapper
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Finally, the module API is exported to Python using the `Boost Python Finally, the module API is exported to Python using the `Boost Python
Library <http://www.boost.org/doc/libs/1_37_0/libs/python/doc/index.html>`_. Library <http://www.boost.org/doc/libs/1_53_0/libs/python/doc/index.html>`_.
In `mod/pymod`, the wrapper code for the classes in the new module is put into a In `mod/pymod`, the wrapper code for the classes in the new module is put into a
file named `wrap\_mod.cc`: file named `wrap\_mod.cc`:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment