Adding docker build and push to Jenkins

This commit is contained in:
retropikzel 2025-09-14 09:49:13 +03:00
parent 24e98123d3
commit a70d999301
1 changed files with 10 additions and 2 deletions

View File

@ -189,17 +189,25 @@ Libuv is distributed with compile-r7rs on Windows.
## Installation ## Installation
<a name="#Installation"></a> <a name="#Installation"></a>
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: 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: And then run:
make make
make install make install
Or:
make build-static
make install
## Usage ## Usage
<a name="#usage"></a> <a name="#usage"></a>