Hi William, Thanks for looking into this problem.
Hopefully you can make it easier for us (mac users) to have OTB and QGIS OTB plugin working in OS X. I think mac os users need a Remote Sensing tools e.g. OTB and QGIS OTB python plugin. Thanks. Noli On 8/28/12, William Kyngesburye <[email protected]> wrote: > Noli, > > I started looking at this to see what needs to be done to use my > frameworks. > > First, FLTK. > > You need the dev 1.3.x source, for updates to support the new libpng in my > UnixImageIO framework. You also need my FreeType framework (not part of the > QGIS requirements). > > This configuration is just minimal - no tests/examples. I'm not sure if > some of the options are needed for a static build, though may be if you want > the examples. (the build system is messy - checking for things twice, > ignoring what I give it, ...) in a Terminal, in the fltk source folder: > > mkdir build-snow > cd build-snow > cmake -Wno-dev -D CMAKE_INSTALL_PREFIX=/usr/local \ > -D CMAKE_BUILD_TYPE=MinSizeRel \ > -D CMAKE_OSX_ARCHITECTURES="x86_64" \ > -D OPTION_BUILD_EXAMPLES=OFF \ > -D HAVE_FREETYPE_H=/Library/Frameworks/FreeType.framework/Headers/freetype.h > \ > -D FREETYPE_PATH=/Library/Frameworks/FreeType.framework/Headers/config \ > -D LIB_png=/Library/Frameworks/UnixImageIO.framework \ > .. > > I'm working on OTB now. I'll get back to you when I figure that out, > probably in a day or two. > > > On Aug 27, 2012, at 8:57 PM, Noli Sicad wrote: > >> Hi Julien, >> >> As you can see I am not using MacPort. MacPort download the source in >> the script that you mentioned in your previous posting? >> >> >> http://www.orfeo-toolbox.org/otb/download.html >> >> Based on the instruction above. It is not clear what to do with hg >> cloning in Mac OS X. >> >> Yes, I can do (below) in the terminal. >> >> hg clone http://hg.orfeo-toolbox.org/OTB >> >> Would this suffice, or I need to more? >> >> What do, I do next, do I need to clone OTB-Applications and >> OTB-Qgis-plugin? >> >> >> ###### >> OTB-Applications >> >> The current development version is available from the OTB-Applications >> mercurial repository at: http://hg.orfeo-toolbox.org/OTB-Applications >> >> OTB-Qgis-plugins >> >> The current development version is available from the OTB-Qgis-plugins >> mercurial repository at: http://hg.orfeo-toolbox.org/OTB-Qgis-plugins >> ###### >> >> Noli >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer > > ----- > William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> > http://www.kyngchaos.com/ > > "Oh, look, I seem to have fallen down a deep, dark hole. Now what does that > remind me of? Ah, yes - life." > > - Marvin > > > _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
