Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Commit

Permalink
fix references to scons
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Jul 14, 2016
1 parent 7f0a1ae commit 4df0c2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You'll need the development (-dev or -devel) versions of these libraries in orde

You'll need these build-time dependencies:

- SCons
- CMake
- SWIG (must be `swig` in your PATH)

A C++ compiler supporting C++11 (g++ 4.8 or later, clang 3.3 or later) is also required.
Expand All @@ -30,8 +30,6 @@ A C++ compiler supporting C++11 (g++ 4.8 or later, clang 3.3 or later) is also r

Make sure you are using python.org Python, and that it is the default in your path (not Apple's Python or Macports Python).

Install `scons` using `easy_install`, not MacPorts.

Other dependencies will need to be installed with MacPorts using the `+universal` build flag.

Make sure `/opt/local/bin` and `/Library/Frameworks/Python.framework/Versions/2.7/bin` are not only listed in `$PATH`, but also in `/etc/paths` before `/usr/bin` (otherwise Python bindings will fail to build).
Expand Down

0 comments on commit 4df0c2c

Please sign in to comment.