From 068928d52ddcb3561056865949e03dae0eb7200f Mon Sep 17 00:00:00 2001 From: Liz Date: Fri, 15 Jan 2016 08:28:45 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e4fd9a..346f4fac 100644 --- a/README.md +++ b/README.md @@ -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 flag: `-DENABLE_PYTHON=ON`. +* Build APBS with the following flag: `-DENABLE_PYTHON=ON`. If you are on linux you also need `-DBUILD_SHARED_LIBS=OFF` * Add these libraries to your library path so pdb2pqr can find them.