14 lines
404 B
Markdown
14 lines
404 B
Markdown
# Dependencies
|
|
|
|
- [CHICKEN Scheme](https://call-cc.org) 5 or 6;
|
|
- A few CHICKEN extensions, installable using `chicken-install -s html-parser openssl http-client matchable srfi-18`.
|
|
```
|
|
|
|
# Building
|
|
|
|
- Compile and install using `make` and `sudo make install`;
|
|
- Alternatively, run `./rain.sld` directly.
|
|
|
|
# License
|
|
|
|
This is free software licensed under a two-clause BSD license. Copyright (c) 2025, afiw.
|