Changes between Version 2 and Version 3 of WinBuild
- Timestamp:
- Jun 20, 2016 1:19:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WinBuild
v2 v3 1 = Build ing !SasView onWindows =1 = Build Instructions for Windows = 2 2 3 Current Issues 3 == 32-bit == 4 4 5 More recent setup instructions using anaconda and the new [https://github.com/SasView/sasview github] repository can be found at AnacondaSetup 5 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). 6 6 7 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. 7 * Early setup instructions using Python/MinGW32 can be found at Win32Build 8 8 9 * Setup instructions using Anaconda/MinGW32 and the new [https://github.com/SasView/sasview github] repository can be found at AnacondaSetup 10 11 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. 12 13 == 64-bit == 14 15 We have experienced problems generating a 64-bit build environment using Anaconda/MinGW. The following option uses the [http://bellard.org/tcc/ TinyCC] C compiler. 16 17 * Setup instructions using Python/TinyCC can be found at Win64Build