= 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 [http://trac.sasview.org/wiki/Win32Build Win32Build] * Setup instructions using Anaconda/MinGW32 and the new [https://github.com/SasView/sasview github] repository can be found at AnacondaSetup == 64-bit == We have experienced problems generating a 64-bit build environment using MinGW. The following option uses the [http://bellard.org/tcc/ TinyCC] C compiler instead. * Setup instructions using Anaconda/TinyCC can be found at [http://trac.sasview.org/wiki/Win64Build Win64Build] = Other Guides = * [http://trac.sasview.org/wiki/SettingUpEclipse Setting up a Windows IDE in Eclipse] * [http://danse.chem.utk.edu/lecture_html/model_les1.html How to add C models to the SasView source code] (NB: Applies to !SasView versions <4.x)