diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
| commit | 3376b6420d3b6cc965890e46e7bbd06fbc9fd037 (patch) | |
| tree | 67b59ce0f9ba016db62067a081c0535d064d2a3f /unfinished/chicken/setup.sh | |
| parent | d533343af750dcfda2321f33953b66396e767f10 (diff) | |
layout reorg
Diffstat (limited to 'unfinished/chicken/setup.sh')
| -rwxr-xr-x | unfinished/chicken/setup.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unfinished/chicken/setup.sh b/unfinished/chicken/setup.sh new file mode 100755 index 0000000..4c1ba54 --- /dev/null +++ b/unfinished/chicken/setup.sh @@ -0,0 +1,12 @@ +#!/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 |
