Compiling QuickVina 2
-
Please make sure you have BOOST 1.60 at least installed
-
Using git, clone the code:
git clone https://github.com/QVina/qvina.git
-
Checkout the qvina 2 branch:
cd qvina git checkout qvina2
-
If you installed boost in your home directory then edit the first two lines of Makefile:
BASE = /Your/boost/location BOOST_VERSION=1_60 #or your installed version
-
If you are using MacOS, edit the 4th line of the Makefile:
C_PLATFORM=-static -pthread
to be
C_PLATFORM= -pthread
-
Build the application:
make
You will find an executable file called qvina02 in the current folder.