Changes between Version 7 and Version 8 of SageInstallation
- Timestamp:
- 02/01/12 12:39:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SageInstallation
v7 v8 25 25 === Compilation === 26 26 27 To compile SAGE simple make and sudo make installis required.27 To compile SAGE simple ''make'' and ''sudo make install'' is required. 28 28 There is a configure script distributed with SAGE sources, but all it does is echo "DONE", so you don't have to run it. 29 29 … … 45 45 Some applications using SAGE may not find SAGE libraries if you run an amd64 system. All you have to do is: 46 46 * 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'') 48 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 ldconfig50 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'' 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'') 52 52 1. Setup static IP addresses for interfaces used to communicate between wall and access machine (using /etc/network/interfaces file) 53 53 … … 61 61 More information about wiiusecpp can be found at http://www.missioncognition.net/software/wiiusecpp.html . 62 62 1. Setup SSH login to all tile computers using rsa key (without password) 63 1. 63 1. 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 64 64 65 65 === Tile machines === … … 69 69 == Usage == 70 70 71 1. Power on all computers 72 1. Run Xorg on all tile machines (''runxall'' script on access machine) 73 1. Run ''sage'' on access machine 74 1. Click ''start'' 75 71 76 == Additional software ==