Add README.md
This commit is contained in:
parent
30aad1b944
commit
e632996711
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
- [https://call-cc.org](CHICKEN Scheme) 5 or 6,
|
||||||
|
- A few CHICKEN extensions, installable using: ```sh
|
||||||
|
chicken-install -s html-parser openssl http-client matchable srfi-18
|
||||||
|
```
|
||||||
|
|
||||||
|
# Building
|
||||||
|
|
||||||
|
Compile using `csm` (requires `chicken-install -s csm`), or run `rain.sld` directly.
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
This is free software licensed under a two-clause BSD license. Copyright (c) 2025, afiw.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue