Update readme
This commit is contained in:
parent
8c8420a4c8
commit
884919fe99
25
README.md
25
README.md
|
@ -195,20 +195,25 @@ Libuv is distributed with compile-r7rs on Windows.
|
||||||
## Installation
|
## Installation
|
||||||
<a name="#Installation"></a>
|
<a name="#Installation"></a>
|
||||||
|
|
||||||
### Linux
|
You will need Chibi scheme and snow-chibi installed.
|
||||||
<a name="#Installation-linux"></a>
|
|
||||||
|
|
||||||
./configure
|
First install linux dependencies:
|
||||||
make
|
|
||||||
make install
|
|
||||||
|
|
||||||
### Windows
|
apt-get install build-essential make libffi-dev
|
||||||
<a name="#Installation-windows"></a>
|
|
||||||
|
|
||||||
Donwload the setup-compile-r7rs.exe from dist directory from this repository.
|
Then install Scheme library dependencies:
|
||||||
|
|
||||||
If you want to compile the installer yourself look into the makefile and
|
git clone https://git.sr.ht/~retropikzel/foreign-c --depth=1
|
||||||
installer.iss, it is made with innosetup.
|
cd foreign-c
|
||||||
|
make all install
|
||||||
|
|
||||||
|
git clone https://git.sr.ht/~retropikzel/foreign-c-srfi-170 --depth=1
|
||||||
|
cd foreign-c-srfi-170
|
||||||
|
make all install
|
||||||
|
|
||||||
|
And then run:
|
||||||
|
|
||||||
|
make all install
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
<a name="#usage"></a>
|
<a name="#usage"></a>
|
||||||
|
|
Loading…
Reference in New Issue