Changes between Version 7 and Version 8 of Solaris10Build
- Timestamp:
- 03/15/10 15:18:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Solaris10Build
v7 v8 95 95 alias oqt='cd ${OSSIM_QT_HOME} ; echo "OSSIM QT4 Home"; ls' 96 96 alias opt='cd ${OSSIM_DEV_HOME}/ossimPlanet ; echo "ossimPlanet source"; ls' 97 alias ih='cd ${INSTALL_HERE} ; "Install Directory"; ls'97 alias ih='cd ${INSTALL_HERE} ; echo "Install Directory"; ls' 98 98 }}} 99 99 100 100 * Make sure root is using bash. 101 101 102 I did this by editing /etc/passwd and changing the shell command to: /bin/bash 103 102 104 You will also need to run these commands to fix shell inconsistencies: 103 105 {{{ … … 120 122 121 123 Here are the packages you will need, downloaded from http://www.sunfreeware.com/indexintel10.html 124 122 125 Version numbers may vary. 123 126 {{{ … … 169 172 170 173 To check out the entire source code tree from svn, you must be connected to the internet and type: 171 172 174 {{{ 173 175 svn co http://svn.osgeo.org/ossim/tags/v1_7_9 . (note the trailing dot) 174 176 }}} 175 177 176 Now we’ll check and use the ‘dev’ alias to change directories 178 Now we’ll check and use the ‘dev’ alias to change directories: 177 179 {{{ 178 180 dev … … 435 437 }}} 436 438 should return these installed, built plugins: 439 437 440 libossimcontrib_plugin.so libossimgdal_plugin.so libossimpng_plugin.so 438 441