Changes between Version 4 and Version 5 of SageInstallation

Show
Ignore:
Timestamp:
02/01/12 11:28:17 (13 years ago)
Author:
ajaworski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SageInstallation

    v4 v5  
    1717* libglew1.5-dev  
    1818 
    19 To operate the wall using Wiimote also these libraries are required: 
    20 * wiiuse v.0.12 (http://downloads.sourceforge.net/project/wiiuse/wiiuse/v0.12/wiiuse_v0.12_src.tar.gz) 
    21 * wiiusecpp v.0.12 (http://www.missioncognition.net/downloads/wiiusecpp_v0.12_src.tar.gz) 
    22 More information about wiiusecpp can be found at http://www.missioncognition.net/software/wiiusecpp.html . 
    23  
    2419Optionally, these packages are helpful in monitoring the system: 
    2520* ethtool  
     
    3025=== Compilation === 
    3126 
    32 To compile SAGE simple make nad sudo make install is required.  
     27To compile SAGE simple make and sudo make install is required.  
    3328There is a configure script distributed with SAGE sources, but all it does is echo "DONE", so you don't have to run it. 
    3429 
     
    4035 You need to setup environmental variables even if you don't start an interactive session but just run a command using ssh. To achieve this you have to: 
    4136 * change one of the first lines in .bashrc from: 
    42   {{{  
     37{{{  
    4338  [ -z "$PS1" ] && return  
    44   }}} 
    45   to: 
    46   {{{ 
     39}}} 
     40 to: 
     41{{{ 
    4742  [ -z "$PS1" ] && . /etc/profile.d/sage.sh && return 
    48   }}} 
    49  
    50 2. Libraries location[[BR]] 
    51  Some applications using SAGE may not found SAGE libraries if you run an amd64 system. All you have to do is: 
     43}}} 
     441. Libraries location[[BR]] 
     45 Some applications using SAGE may not find SAGE libraries if you run an amd64 system. All you have to do is: 
    5246 * enter SAGE installation directory (/usr/local/sage by default) 
    5347 * make a symlink (ln -s) to lib64 folder and name it lib (sudo ln -s lib64 lib) 
     48 * check whether file /etc/ld.so.conf.d/sage.conf exists; if not - create it and enter /usr/local/sage/lib 
     49 * run sudo ldconfig 
     501. Install openssh-server (sudo apt-get install openssh-server) 
    5451 
    55 3.  
     52=== Access machine === 
     53 
     54Previous steps are all required on both tile an access machines. On access machine, however, there is some more action to perform. 
     55 
     561. To operate the wall using Wiimote you need to install also these libraries: 
     57 * wiiuse v.0.12 (http://downloads.sourceforge.net/project/wiiuse/wiiuse/v0.12/wiiuse_v0.12_src.tar.gz) 
     58 * wiiusecpp v.0.12 (http://www.missioncognition.net/downloads/wiiusecpp_v0.12_src.tar.gz) [[BR]] 
     59 More information about wiiusecpp can be found at http://www.missioncognition.net/software/wiiusecpp.html . 
     601. anything 
    5661== Usage ==