Changes between Version 4 and Version 5 of SageInstallation
- Timestamp:
- 02/01/12 11:28:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SageInstallation
v4 v5 17 17 * libglew1.5-dev 18 18 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 24 19 Optionally, these packages are helpful in monitoring the system: 25 20 * ethtool … … 30 25 === Compilation === 31 26 32 To compile SAGE simple make nad sudo make install is required.27 To compile SAGE simple make and sudo make install is required. 33 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. 34 29 … … 40 35 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: 41 36 * change one of the first lines in .bashrc from: 42 37 {{{ 43 38 [ -z "$PS1" ] && return 44 45 46 39 }}} 40 to: 41 {{{ 47 42 [ -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 }}} 44 1. 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: 52 46 * enter SAGE installation directory (/usr/local/sage by default) 53 47 * 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 50 1. Install openssh-server (sudo apt-get install openssh-server) 54 51 55 3. 52 === Access machine === 53 54 Previous steps are all required on both tile an access machines. On access machine, however, there is some more action to perform. 55 56 1. 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 . 60 1. anything 56 61 == Usage ==