Changes between Version 5 and Version 6 of Ubuntu-8.10Build
- Timestamp:
- 12/30/08 06:19:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ubuntu-8.10Build
v5 v6 72 72 sudo echo "/usr/local/lib64" >> /etc/ld.so.conf.d/ossim.conf 73 73 }}} 74 75 Add the "arch" command, on ubuntu is not present, 76 to create it simple run these in a terminal : 77 78 {{{ 79 sudo touch /usr/bin/arch 80 echo "uname -m" >> /usr/bin/arch 81 sudo chmod +x /usr/bin/arch 82 }}} 83 74 84 75 85 Compile Ossim core libs: