Version 4 (modified by smk78, 8 years ago) (diff)

Build Instructions for Windows

32-bit

A 32-bit build environment can be created by either specifically installing the required Python packages or by using Anaconda. The following options use MinGW32 to provide the GNU C compiler (gcc).

  • Early setup instructions using Python/MinGW32 can be found at Win32Build

Also a step by step description for setting up a development environment using the old SourceForge repository and creating a new model can be found by going to http://danse.chem.utk.edu/lecture_html/model_les1.html.

64-bit

We have experienced problems generating a 64-bit build environment using Anaconda/MinGW. The following option uses the TinyCC C compiler.

  • Setup instructions using Python/TinyCC can be found at Win64Build