Changes between Version 7 and Version 8 of SageInstallation

Show
Ignore:
Timestamp:
02/01/12 12:39:47 (13 years ago)
Author:
ajaworski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SageInstallation

    v7 v8  
    2525=== Compilation === 
    2626 
    27 To compile SAGE simple make and sudo make install is required.  
     27To compile SAGE simple ''make'' and ''sudo make install'' is required.  
    2828There is a configure script distributed with SAGE sources, but all it does is echo "DONE", so you don't have to run it. 
    2929 
     
    4545 Some applications using SAGE may not find SAGE libraries if you run an amd64 system. All you have to do is: 
    4646 * enter SAGE installation directory (/usr/local/sage by default) 
    47  * make a symlink (ln -s) to lib64 folder and name it lib (sudo ln -s lib64 lib) 
     47 * make a symlink (ln -s) to lib64 folder and name it lib (''sudo ln -s lib64 lib'') 
    4848 * 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 
    50 1. Install openssh-server (sudo apt-get install openssh-server) 
    51 1. Disable SSH strict host key checking (in /etc/ssh/ssh_config line !StrictHostKeyChecking no) 
     49 * run ''sudo ldconfig'' 
     501. Install openssh-server (''sudo apt-get install openssh-server'') 
     511. Disable SSH strict host key checking (in /etc/ssh/ssh_config line ''!StrictHostKeyChecking no'') 
    52521. Setup static IP addresses for interfaces used to communicate between wall and access machine (using /etc/network/interfaces file) 
    5353 
     
    6161 More information about wiiusecpp can be found at http://www.missioncognition.net/software/wiiusecpp.html . 
    62621. Setup SSH login to all tile computers using rsa key (without password) 
    63 1.  
     631. Edit SAGE configuration files to suit your needs (fsManager.conf and tile*.conf in ~/.sageConfig or /usr/local/sage/sageConfig); configuration files for wall at PSNC can be found in repo 
    6464 
    6565=== Tile machines === 
     
    6969== Usage == 
    7070 
     711. Power on all computers 
     721. Run Xorg on all tile machines (''runxall'' script on access machine) 
     731. Run ''sage'' on access machine 
     741. Click ''start'' 
     75 
    7176== Additional software ==