Changes between Version 16 and Version 17 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Nov 27, 2017 1:44:32 AM (6 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v16 v17  
    4343}}} 
    4444 
    45 == Step 5 (Windows only) - Install compiler == 
    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 {{{ 
    49 git clone https://github.com/SasView/tinycc.git tinycc 
    50 cd tinycc 
    51 python setup.py build install 
    52 }}} 
    53  
    54 Eventually build sasview using tinycc compiler. Go to sasview directory and run 
    55 {{{ 
    56 python setup.py build --compile=tinycc 
    57 }}} 
    58 == Step 6 - run !SasView == 
     45== Step 5 - run !SasView == 
    5946You should be ready to run sasview.  
    6047Go to sasview directory and run 
     
    6956 
    7057}}} 
    71 == [=#anchor1 Step 7 - Install Git (Optional)] == 
     58== [=#anchor1 Step 6 - Install Git (Optional)] == 
    7259Install Git for your platform by following instructions: 
    7360