From a70d99930185c750c48315c484b4561a0cc09018 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 14 Sep 2025 09:49:13 +0300 Subject: [PATCH] Adding docker build and push to Jenkins --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7588feb..90112ba 100644 --- a/README.md +++ b/README.md @@ -189,17 +189,25 @@ Libuv is distributed with compile-r7rs on Windows. ## Installation -You will need Chibi scheme and snow-chibi installed. +You will need Chibi scheme and snow-chibi installed. For static build you need +chicken 5. First install linux dependencies: - apt-get install build-essential make libffi-dev + apt-get install build-essential make libffi-dev chicken-bin + +Then install latest Chibi scheme from git. And then run: make make install +Or: + + make build-static + make install + ## Usage