Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,11 @@ On ubuntu you can install these with::

$ pip install .

* If the compilation fails you might need to help the compiler find the paths to the
boost and casacore libraries and headers. You can control this with the `CFLAGS` environment
variable. For example on OS X when using homebrew and clang you need to do something like
this::

CFLAGS="-std=c++11 \
-I/usr/local/Cellar/boost/1.68.0/include/ \
-I/usr/local/include/ \
-L/usr/local/Cellar/boost/1.68.0/lib \
-L/usr/local/lib/" \
pip install python-casacore
* If the compilation fails you might need to help the compiler find the paths
to the boost and casacore libraries and headers. You can control this with
the `CMAKE_ARGS` environment variable. For example::

$ CMAKE_ARGS="-DCASACORE_ROOT_DIR=/path/to/casacore" pip install .

Support
=======
Expand Down
Loading