You are C/C++ developer targeting Linux, and...
If this is you, then you have come to the right place.
But you find out that it isn't quite that easy. Compile your C/C++ program on one distribution, then run it on another, and you get...
./foo: /lib/libc.so.6: version `GLIBC_2.11' not found ./foo: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
Windows developers can build binaries that work on all Windows versions. Why can't you do the same with Linux?
We know why and we have a solution for you.
Holy Build Box is a system for building "portable" binaries for Linux: binaries that work on pretty much any Linux distribution. This works by providing an easy-to-use, isolated, tightly-controlled compilation environment that is designed for producing portable binaries. Holy Build Box can produce x86_64 binaries.
Stop herding a fleet of VMs, pbuilder/mock environments and tons of packages, each which only covers a small percentage of your userbase. Instead, use Holy Build Box to produce just two binaries that are good enough for most of your userbase.
Much easier to learn than distribution-specific package managers. See results in just 10 minutes. We also have a ton of good documentation.
Holy Build Box runs on your Linux workstation. No need for a fleet of virtual machines for the purpose of producing distribution-version-specific packages.
Holy Build Box ships GCC 9.3. This allows you to develop in C++14 even if you have to target distributions with older GCC versions.
Pall Melsted, part of a team of researchers from the University of Iceland and the University of California Berkeley, uses Holy Build Box to build binaries for Kallisto, their RNA transcript quantification software.
Their research software is meant to be used by other academics, so Melsted has no control over which systems their software is used on.
Holy Build Box allows Melsted's team to publish binaries that other researchers can use with little hassle, not having to worry about upgrading their OS, installing a new compiler or installing dependencies. At the same time, Melsted's team can pick and choose their favorite programming language, without worrying about compatibility. Melsted's team also does not have to think about publishing different binaries/packages for all the different Linux systems their users may be using.
Traveling Ruby is a system for producing self-contained Ruby application packages for Windows, Linux and OS X. You could think of it as the Holy Build Box equivalent for Ruby applications.
Traveling Ruby works by providing precompiled Ruby binaries that work on any Linux system. Ruby developers can then take our binaries, bundle it with their application code, and distribute the result as a single zip or tar.gz file to end users. This way, end users do not have to install Ruby in order to use their applications.
The Linux binaries published by the Traveling Ruby project are produced with Holy Build Box.