Changes between Version 8 and Version 9 of Ubuntu-8.10Build


Ignore:
Timestamp:
Dec 30, 2008, 6:45:57 AM (15 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-8.10Build

    v8 v9  
    7373}}}
    7474
    75 Add the "arch" command, on ubuntu is not present,
     75Add an alias for the "arch" command, on ubuntu is not present,
    7676to create it simple run these in a terminal :
    7777
    7878{{{
    79 sudo touch /usr/bin/arch
    80 echo "uname -m" >> /usr/bin/arch
    81 sudo chmod +x /usr/bin/arch
     79echo "alias arch='uname -m'" >> $HOME/.bashrc
    8280}}}
     81Close all the terminal window, and open a new one
    8382
    8483
    8584Compile Ossim core libs:
    86 
     85Open a new terminal to load the environment vars and:
    8786{{{
    8887cd $OSSIM_DEV_HOME/ossim