Changes between Version 14 and Version 15 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Nov 7, 2017 2:42:33 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v14 v15 44 44 45 45 == Step 5 (Windows only) - Install compiler == 46 Some sasview modules requires C ++ compiler. While we ultimately want to get rid off these modules and use C complier only (e.g. tinycc), it is currently required to install c++ compiler.47 This come be done by downloading VCForPython27 from: 46 Some sasview modules requires C compiler. One can choose between different compilers, e.g. gcc, msvc, tinycc. 47 Below are instructions how to install tinycc from SasView repository: 48 48 {{{ 49 https://www.microsoft.com/en-us/download/details.aspx?id=44266 49 git clone https://github.com/SasView/tinycc.git tinycc 50 cd tinycc 51 python setup.py build install 50 52 }}} 51 and following installation instructions52 53 53 54 Eventually you need to set SAS_COMPILER enviormental variable 54 55 {{{ 55 set SAS_COMPILER= msvc56 set SAS_COMPILER=tinycc 56 57 }}} 57 58 58 59 == Step 6 - run !SasView == 59 You should be ready to go now go to sasview directory and run 60 You should be ready to run sasview. 61 Go to sasview directory and run 60 62 61 63 {{{