Changes between Version 5 and Version 6 of Ubuntu-8.10Build


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-8.10Build

    v5 v6  
    7272sudo echo "/usr/local/lib64" >> /etc/ld.so.conf.d/ossim.conf
    7373}}}
     74
     75Add the "arch" command, on ubuntu is not present,
     76to create it simple run these in a terminal :
     77
     78{{{
     79sudo touch /usr/bin/arch
     80echo "uname -m" >> /usr/bin/arch
     81sudo chmod +x /usr/bin/arch
     82}}}
     83
    7484
    7585Compile Ossim core libs: