Changes between Version 2 and Version 3 of LinuxBuild
- Timestamp:
- Feb 4, 2016 10:47:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LinuxBuild
v2 v3 4 4 5 5 == Download source code for !SasView == 6 - To obtain the source code you need to have git running. if you haven't already got it, it can be obtained from Ubuntu repository 7 {{{ 8 sudo apt-get install git 9 }}} 6 10 - The easy way to download !SasView code is by simply cloning a git repository 7 11 {{{ … … 33 37 34 38 == Compile !SasView == 35 - Then one can navigate to a !SasView source directory (most likely cd sasview) and thesimply run39 - Then one can navigate to a !SasView source directory (most likely "cd sasview") and then simply run 36 40 {{{ 37 41 python setup.py build # will build the package underneath 'build/'