update README
This commit is contained in:
parent
38c3aa7faf
commit
fe88ba7096
|
@ -12,6 +12,7 @@
|
||||||
- direct threaded VM
|
- direct threaded VM
|
||||||
- exact GC (simple mark and sweep strategy)
|
- exact GC (simple mark and sweep strategy)
|
||||||
- advanced REPL support (multi-line input, etc)
|
- advanced REPL support (multi-line input, etc)
|
||||||
|
- tiny & portable library (all functions will be in `libpicrin.so`)
|
||||||
|
|
||||||
## Homepage
|
## Homepage
|
||||||
|
|
||||||
|
@ -35,6 +36,10 @@ https://github.com/wasabiz/picrin
|
||||||
|
|
||||||
In the default option, when `make` command is called without arguments, it builds the binary and right after that dropped into the picrin interactive shell (REPL).
|
In the default option, when `make` command is called without arguments, it builds the binary and right after that dropped into the picrin interactive shell (REPL).
|
||||||
|
|
||||||
|
- install
|
||||||
|
|
||||||
|
As of now picrin does not provide a command automatically installs the binary. If you want to place picrin library and binary in a parmanent directory, please do it by hand.
|
||||||
|
|
||||||
## Requirement
|
## Requirement
|
||||||
|
|
||||||
picrin scheme depends on some external libraries to build the binary:
|
picrin scheme depends on some external libraries to build the binary:
|
||||||
|
|
Loading…
Reference in New Issue