Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 490 Bytes

INSTALL.md

File metadata and controls

21 lines (15 loc) · 490 Bytes

PB-[S]AM code: Poisson-Boltzmann Semi-Analytical and Analytical Methods

Welcome to the home for the PB-[S]AM code!

Building

To build these methods, follow the instructions below:

git clone https://github.com/dhbrookes/pb_solvers.git [pb_solvers_home]
cd [pb_solvers_home]
mkdir build
cd build
cmake ..
make

This will make executables for pbam and pbsam. Both executables can be found in the build subdirectory bin/