Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updating build instructions
  • Loading branch information
Liz committed Jan 14, 2016
1 parent b1dedf6 commit 83c5224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We are using Git submodules to manage various pieces of code. To build the mast
* `git submodule update`

# Build flags for CMake
* cmake blah blah blah
* cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOC=OFF -DBUILD_SHARED_LIBS=OFF -DENABLE_FETK=ON <apbs src location>

## Using geometric flow
If you want to use the geometric flow implementation, when invoking CMake, set ENABLE_GEOFLOW to ON, e.g., `-DENABLE_GEOFLOW=ON`.
Expand All @@ -22,5 +22,5 @@ On Linux the FETK shared libraries need to be locatable by the shared library lo

## Building the python libraries for pdb2pqr
* Install [swig](http://www.swig.org/)
* Build APBS with the follow flags: `cmake <path to apbs> -DENABLE_PYTHON=ON -DBUILD_SHARED_LIBS=ON`.
* Build APBS with the follow flag: `-DENABLE_PYTHON=ON`.
* Add these libraries to your library path so pdb2pqr can find them.

0 comments on commit 83c5224

Please sign in to comment.