Changes between Version 9 and Version 10 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Nov 7, 2017 3:53:46 AM (6 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v9 v10  
    4242}}} 
    4343 
    44 On Windows additionally clone 
     44 
     45== Step 4a (Windows only) - Install tinycc == 
     46On 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 
    4547 
    4648{{{ 
    4749https://github.com/SasView/tinycc.git tinycc 
    48 }}} 
    49  
    50 == Step 4a (Windows only) - Install tinycc == 
    51 {{{ 
    5250cd tinycc 
    5351python setup.py build install 
    5452}}} 
    5553 
     54Eventually you need to set SAS_COMPILER enviormental variable 
     55{{{ 
     56set SAS_COMPILER=tinycc 
     57}}} 
    5658 
    5759== Step 5 - run !SasView ==