Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Requirements:
- GNU Make >= 3.81
-- GNU comaptible toolchain, capable of `-std=gnu99`, `-m64`, and `-m32`
+- GNU compatible 32 and 64-bit toolchain, capable of `-std=gnu99`, `-m64`, and
+ `-m32`
+ - For Debian-based systems, the `build-essential` package is
+ sufficient. For RHEL-based systems, the `glibc-devel.i686` package is
+ generally needed beyond the default toolchain packages.
- Clang may be used, via `CC="clang"`
- Python