Adding docker build and push to Jenkins
This commit is contained in:
parent
24e98123d3
commit
a70d999301
12
README.md
12
README.md
|
@ -189,17 +189,25 @@ Libuv is distributed with compile-r7rs on Windows.
|
|||
## Installation
|
||||
<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:
|
||||
|
||||
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
|
||||
<a name="#usage"></a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue