#!/bin/bash set -e cd chicken-core ./scripts/bootstrap.sh CHICKEN_ALWAYS="--disable-shared --chicken ./chicken-boot --prefix ${HOME}/.local" ./configure ${CHICKEN_FLAGS} make make install