Skip to content

Commit

Permalink
Update dependencies in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Nov 2, 2018
1 parent d68380d commit ff9ed0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
24 changes: 0 additions & 24 deletions FindLog4Cpp.cmake

This file was deleted.

6 changes: 2 additions & 4 deletions documentation/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ For Debian and Ubuntu, the following package list will allow you to compile the
sudo apt-get install \
build-essential cmake pkg-config python-minimal \
libboost-dev libboost-date-time-dev libboost-filesystem-dev \
libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-log-dev \
libdcmtk2-dev libicu-dev libjsoncpp-dev zlib1g-dev \
libboost-python-dev python-dev \
pybind11-dev python-dev \
dcmtk libboost-test-dev python-nose
Build Odil
Expand Down Expand Up @@ -56,9 +56,7 @@ Choose the Python version

If you have multiple versions of Python installed, you may need to specify the following extra parameters to CMake to build the Python wrappers for a specific version:

- ``Python_ADDITIONAL_VERSIONS``: the requested Python version number, e.g. ``2.7`` or ``3.6``
- ``PYTHON_EXECUTABLE``: path to the Python interpreter, e.g. ``/usr/bin/python2.7`` or ``/usr/bin/python3.6``
- ``Boost_PYTHON_LIBRARY_DEBUG`` and ``Boost_PYTHON_LIBRARY_RELEASE``: the path to the Boost.Python library, e.g. ``/usr/lib/x86_64-linux-gnu/libboost_python-py27.so``.

Install Odil
------------
Expand Down
2 changes: 1 addition & 1 deletion documentation/installation/mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following package list will allow you to compile the whole library:
brew install \
cmake pkg-config \
boost boost-python dcmtk icu4c jsoncpp python
boost dcmtk icu4c jsoncpp pybind11 python
pip install nose
Build Odil
Expand Down

0 comments on commit ff9ed0d

Please sign in to comment.