Changes between Version 1 and Version 2 of LinuxBuild
- Timestamp:
- Feb 4, 2016 10:39:55 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LinuxBuild
v1 v2 1 1 = Build Instructions for Linux (Ubuntu) = 2 3 2 The following instructions concern Ubuntu 14.04 but should provide sufficient guidelines for any linux distribution. 4 3 Some packages were installed from Ubuntu repository with apt-get, while others required pip. … … 9 8 git clone https://github.com/SasView/sasview 10 9 }}} 11 This will create a sasview folder in your current directory10 - This will create a sasview folder in your current directory 12 11 13 12 == Install dependencies using apt-get == … … 39 38 python setup.py install # will install the package 40 39 }}} 41 42 sudo commnand might be required for a global installation 40 - sudo commnand might be required for a global installation