Skip to content

Project setup

fitchn edited this page Jul 6, 2020 · 4 revisions

Here are the basic steps for getting your system setup to contribute to this repository.

Windows

Install Git

Install Visual Studio (2017 or later)

Install and build the Boost libraries

  • Set environmental variable %BOOSTROOT%

Install Intel MKL libraries

  • Set environmental variable %MKLROOT%

Clone this repository (and the required submodules)

git clone --recursive https://github.com/ColdMatter/molecool

Run premake script to generate project files for Visual Studio

OSX

Linux

Clone this wiki locally