boost - How to compile Autodock Vina in Visual Studio? -


i'm trying compile autodock vina on visual studio , having trouble figuring out how that. thankful if can guide me through process!

please follow bellow instructions:

1- download boos 1.41.0 following link: http://sourceforge.net/projects/boost/files/boost/1.41.0/boost_1_41_0.zip/download

autodock vina compatible boost 1.41.0

2- extract zip file in computer:

  • go boost directory , open cmd , run following command: bootstrap.bat

  • after finish previous step, run following commands based on os:

  • 32 bit: bjam --toolset=msvc-10.0 --build-type=complete stage
  • 64 bit: bjam --toolset=msvc-10.0 --build-type=complete architecture=x86 address-model=64 stage step takes time! (for me 45 min).

3- download autodock vina following link: http://vina.scripps.edu/download/autodock_vina_1_1_2.tgz

4- extract folder on machine.

5- now, boost installed on machine , have vina code. should configure vs 2010 use it.

you can find vs configuration in google site bellow:

https://sites.google.com/site/mkoohim/stories/how-can-compile-autodock-vina-in-visual-studio

hope you!


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -