On 08.02.2012, at 19:30, Larry Gritz wrote: > So, I put it to all of you: > > * Does anybody still have the need to separately compile the dependencies > rather than use your system libs (and package manager)?
My OS X build is using the externals directory instead of package manager libraries so that I can distribute copies to users who have nothing but a stock OS. I'm linking against static libraries where possible/permitted, and am providing side-by-side dylibs for the rest. > * Is there any point to keeping the external project going at all, or at this > point should we just delete it and replace with the list of what packages are > needed and where to get them from? As long as the build process respects THIRD_PARTY_TOOLS_HOME, I'll be fine. -Stefan _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
