Releases: cashapp/hermit-build
Releases · cashapp/hermit-build
make
GNU make as static as possible.
Build on a Centos7 system with:
./configure --prefix=/ --without-guile && make DESTDIR=$PWD/build install
There is currently no way to disable inclusion of gettext if it's on the system, so be careful that no third party libraries accidentally get linked in.
gotip
Hermitise.
bash
Static (mostly) Bash binaries.
Linux was compiled with ./configure --prefix=/ && make DESTDIR=$PWD/build install
Darwin was compiled with ./configure --prefix=/ --with-included-gettext && make DESTDIR=$PWD/build install
python
These are no longer used, instead we use binaries from https://github.com/indygreg/python-build-standalone.
Mac Python packages are generated by gregneagle/relocatable-python from the official Python releases.
Linux Python packages are generated from the Python AppImages found at niess/python-appimage.