Skip to content

ProzacR/vina

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoDock Vina
=============

AutoDock Vina is an open-source program for doing molecular docking. It was been designed and implemented by Dr. Oleg Trott in the Molecular Graphics Lab at The Scripps Research Institute. 


Building from Source
--------------------
Attention: Building Vina from source is NOT meant to be done by regular users!
Step 1: Install a C   compiler suite
On Windows, you may want to install Visual Studio; on OS X, Xcode; and on Linux, the GCC compiler suite.
Step 2: Install Boost
Install Boost. (Version 1.41.0 was used to compile the official binaries. With other versions, your luck may vary) Then, build and run one of the example programs, such as the Regex example, to confirm that you have completed this step. If you can't do this, please seek help from the Boost community.
Step 3: Build Vina
If you are using Visual Studio, you may want to create three projects: lib, main and split, with the source code from the appropriate subdirectories. lib must be a library, that the other projects depend on, and main and split must be console applications. For optimal performance, remember to compile using the Release mode.

On OS X and Linux, you may want to navigate to the appropriate build subdirectory, customize the Makefile by setting the paths and the Boost version, and then type

    make depend
    make

Releases

No releases published

Packages

No packages published

Languages

  • C 63.7%
  • C 34.5%
  • Objective-C 1.8%