Robin Rowe
Robin Rowe
Thanks for qDecoder. Included in how-to at http://www.linuxmovies.org/2015/10/cmake-hello-world-how-to-with-qdecoder/ Robin
More on cmaker with DownloadProject... Use it selectively for just the dependencies one needs to build from scratch, with minimal changes to the rest of the build system. That's the...
First OIIO dependency I'm looking at is Boost... % git clone --recurse-submodules https://github.com/boostorg/boost That tries to pull the whole smash of Boost, which is huge. Yuck. Ok, not doing that....
I haven't implemented readv/writev support because I have no application code that uses these calls. I implement POSIX calls for Windows as I encounter them in the wild in Linux...