Changes between Version 3 and Version 4 of Ubuntu-8.10Build
- Timestamp:
- 12/30/08 06:04:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ubuntu-8.10Build
v3 v4 5 5 6 6 7 Add updated re repository for ubuntu 8.10 intrepid :7 Add updated repository for ubuntu 8.10 intrepid : 8 8 9 9 {{{ … … 46 46 47 47 48 Download ossim from svn and compile it:48 Download ossim from svn: 49 49 50 50 {{{ … … 53 53 cd /GIS/ossim 54 54 svn co https://svn.osgeo.org/ossim/trunk . 55 }}} 55 56 56 #Set the ossim environment variables :57 Set the ossim environment variables : 57 58 59 {{{ 58 60 echo "export OSSIM_DEV_HOME=/home/sasha/GIS/ossim" >> /home/sasha/.bashrc 59 61 echo "export OSSIM_HOME=/home/sasha/GIS/ossim/ossim" >> /home/sasha/.bashrc … … 84 86 [http://www.geofemengineering.it/libwms.patch libwms_patch] 85 87 86 save the patch as libwms.patch and run :88 Save the patch as libwms.patch and run : 87 89 88 90 {{{ … … 93 95 }}} 94 96 95 96 To load the new libraries open a new terminal and type : 97 Load the new libraries open a new terminal and type : 97 98 98 99 {{{ 99 100 sudo ldconfig 101 }}} 102 103 Build the Qt4 Gui executable application 104 "Imagelinker" and "iview" 105 {{{ 100 106 cd /home/sasha/GIS/ossim/ossim_qt4 101 107 qmake ossim_qt4.pro … … 114 120 }}} 115 121 116 117 122 Now build ossimplanet, fon ubuntu 8.10 download these patch: 118 123 … … 126 131 OSSIMPREDATOR_LIB_DIR=/usr/local/lib make 127 132 sudo OSSIMPREDATOR_LIB_DIR=/usr/local/lib make install 133 }}} 134 135 now you shoul'd have an exacutable "ossimplanetviewer" based on x11 136 under : /usr/local/share/libossimplanet/bin/ 137 138 Build the Qt4 Gui for OssimPlanet : 139 140 {{{ 128 141 cd /home/sasha/GIS/ossim/ossimPlanetQt/ 129 142 qmake ossimPlanetQt.pro … … 134 147 135 148 136 To buid oss om_plugin, change the gdal setting in the file149 To buid ossim_plugin, change the gdal setting in the file 137 150 138 151 /home/sasha/GIS/ossim/ossim_plugins/make.opt.in 139 152 /home/sasha/GIS/ossim/ossim_plugins/make.opt 140 153 154 141 155 To point where you have gdal's files (hhere i used gdal from the repository) 142 156 143 157 {{{ 144 158 GDAL_HOME =/usr/