Add Makefile
This commit is contained in:
parent
81a50c48c2
commit
70fdce0d5b
2 changed files with 23 additions and 2 deletions
|
|
@ -1,13 +1,15 @@
|
|||
# Dependencies
|
||||
|
||||
- [https://call-cc.org](CHICKEN Scheme) 5 or 6,
|
||||
- A few CHICKEN extensions, installable using: ```sh
|
||||
- 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.
|
||||
- Compile and install using `make` and `sudo make install`.
|
||||
- Alternatively, run `./rain.sld` directly.
|
||||
|
||||
# License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue