/autodock_vina

fork of the autodock vina, http://vina.scripps.edu/

Primary LanguageC++Apache License 2.0Apache-2.0

autodock-vina

fork of autodock vina, http://vina.scripps.edu/

How to build on MacOS

  • prepare boost library by using homebrew
$ brew install boost
  • run make on the build/linux/release dir
$ cd build/linux/release
$ make
  • if successful, you can see the vina and vina_split files.