Skip to content

Releases: cashapp/hermit-build

make

10 Jun 11:19
Compare
Choose a tag to compare

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

01 Dec 03:43
Compare
Choose a tag to compare
Hermitise.

bash

10 Jun 05:39
Compare
Choose a tag to compare

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

07 Jun 23:14
Compare
Choose a tag to compare

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.