Update readme

This commit is contained in:
retropikzel 2025-07-12 09:05:46 +03:00
parent 8c8420a4c8
commit 884919fe99
1 changed files with 15 additions and 10 deletions

View File

@ -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>