diff --git a/README.md b/README.md index 887a41a..deddf94 100644 --- a/README.md +++ b/README.md @@ -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