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
|
## 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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue