bzip2 build system
bzip2 build system
Posted May 27, 2016 15:40 UTC (Fri) by rleigh (guest, #14622)In reply to: bzip2 build system by mathstuf
Parent article: Old projects and the free-software community
Feel free to snarf any of the superbuild stuff; it's all permissively BSD licensed (as are all my current work projects). You might also want to look at "hunter"; I ended up going my own way since I didn't want to rely on network connectivity to build, and I also needed things building with options not used there, as well as caching downloaded sources. This one is fairly flexible in that you can arbitrarily extend it, and it will recursively resolve dependencies (optional, so you can use the distro-provided ones where available). It will likely get further simplified over time, but hopefully might be useful for inspiration.
