Changes between Version 2 and Version 3 of LinuxBuild


Ignore:
Timestamp:
Feb 4, 2016 8:47:22 AM (8 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • LinuxBuild

    v2 v3  
    44 
    55== 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{{{ 
     8sudo apt-get install git 
     9}}} 
    610- The easy way to download !SasView code is by simply cloning a git repository 
    711{{{ 
     
    3337 
    3438== Compile !SasView == 
    35 - Then one can navigate to a !SasView source directory (most likely cd sasview) and the simply run 
     39- Then one can navigate to a !SasView source directory (most likely "cd sasview") and then simply run 
    3640{{{ 
    3741python setup.py build      # will build the package underneath 'build/'