Changes between Version 8 and Version 9 of Ubuntu-8.10Build
- Timestamp:
- 12/30/08 06:45:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ubuntu-8.10Build
v8 v9 73 73 }}} 74 74 75 Add the "arch" command, on ubuntu is not present,75 Add an alias for the "arch" command, on ubuntu is not present, 76 76 to create it simple run these in a terminal : 77 77 78 78 {{{ 79 sudo touch /usr/bin/arch 80 echo "uname -m" >> /usr/bin/arch 81 sudo chmod +x /usr/bin/arch 79 echo "alias arch='uname -m'" >> $HOME/.bashrc 82 80 }}} 81 Close all the terminal window, and open a new one 83 82 84 83 85 84 Compile Ossim core libs: 86 85 Open a new terminal to load the environment vars and: 87 86 {{{ 88 87 cd $OSSIM_DEV_HOME/ossim