Changes between Version 1 and Version 2 of LinuxBuild


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

Legend:

Unmodified
Added
Removed
Modified
  • LinuxBuild

    v1 v2  
    11= Build Instructions for Linux (Ubuntu) = 
    2  
    32The following instructions concern Ubuntu 14.04 but should provide sufficient guidelines for any linux distribution. 
    43Some packages were installed from Ubuntu repository with apt-get, while others required pip.   
     
    98git clone https://github.com/SasView/sasview 
    109}}} 
    11 This will create a sasview folder in your current directory 
     10- This will create a sasview folder in your current directory 
    1211  
    1312== Install dependencies using apt-get ==  
     
    3938python setup.py install    # will install the package 
    4039}}} 
    41  
    42 sudo commnand might be required for a global installation 
     40- sudo commnand might be required for a global installation