Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr authored Jun 7, 2018
1 parent 83fa6b4 commit e402c03
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# autodock-vina
Fork of autodock vina, from http://vina.scripps.edu/.

## Depedencies
## Dependencies
* [Boost 1.67](https://www.boost.org/doc/libs/1_67_0/)

## Installation

### Linux
* Get boost. Either compile from sources or use packaging manager.
It may work fine with older versions of boost (1.5) as well.
* Use makefiles in `build/linux`.

### Windows (Visual Studio 2017)
* Download and unpack Boost into `dependencies/boost_1_67_0`
* Start `x64 Native Tools Command Prompt for VS 2017`
* cd into `dependencies/boost_1_67_0`
* run `bootstrap.bat`
* run `b2 -a -j8 address-model=64 architecture=x86`
* open Visual Studio solution (`autodock-vina.sln`) in `build/windows/`
* build `vina` or `vina-split` project
* Download and unpack Boost into `dependencies/boost_1_67_0`.
* Start `x64 Native Tools Command Prompt for VS 2017`.
* Navigate into `dependencies/boost_1_67_0` directory.
* Run `bootstrap.bat`.
* Run `b2 -a -j8 address-model=64 architecture=x86`.
* open Visual Studio solution (`autodock-vina.sln`) in `build/windows/`.
* Build `vina` or `vina-split` project. Do not build the solution as that would run build of both project at once causing them to collide.

## Change log
* Update sources to work with Boost 1.67
Expand Down

0 comments on commit e402c03

Please sign in to comment.