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 == |