From 884919fe99682188cdd99a3d0712ceaa0ec0769a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Jul 2025 09:05:46 +0300 Subject: [PATCH] Update readme --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6622bc2..fb7f72b 100644 --- a/README.md +++ b/README.md @@ -195,20 +195,25 @@ Libuv is distributed with compile-r7rs on Windows. ## Installation -### Linux - +You will need Chibi scheme and snow-chibi installed. - ./configure - make - make install +First install linux dependencies: -### Windows - + apt-get install build-essential make libffi-dev -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 -installer.iss, it is made with innosetup. + git clone https://git.sr.ht/~retropikzel/foreign-c --depth=1 + 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