Changes between Version 9 and Version 10 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Nov 7, 2017 3:53:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v9 v10 42 42 }}} 43 43 44 On Windows additionally clone 44 45 == Step 4a (Windows only) - Install tinycc == 46 On Windows you may additionally need to install compiler. You can choose between different compilers (e.g. GCC, MSVC) but here we provide instructions how to install tinycc 45 47 46 48 {{{ 47 49 https://github.com/SasView/tinycc.git tinycc 48 }}}49 50 == Step 4a (Windows only) - Install tinycc ==51 {{{52 50 cd tinycc 53 51 python setup.py build install 54 52 }}} 55 53 54 Eventually you need to set SAS_COMPILER enviormental variable 55 {{{ 56 set SAS_COMPILER=tinycc 57 }}} 56 58 57 59 == Step 5 - run !SasView ==