add requirement section to READMEN
This commit is contained in:
parent
986afa2fc9
commit
f425ed6bb7
10
README.md
10
README.md
|
@ -28,6 +28,16 @@
|
||||||
|
|
||||||
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).
|
||||||
|
|
||||||
|
## Requirement
|
||||||
|
|
||||||
|
picrin scheme depends on some external libraries to build the binary:
|
||||||
|
|
||||||
|
- bison
|
||||||
|
- yacc
|
||||||
|
- make
|
||||||
|
- gcc
|
||||||
|
- readline
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
Yuichi Nishiwaki (yuichi.nishiwaki at gmail.com)
|
Yuichi Nishiwaki (yuichi.nishiwaki at gmail.com)
|
||||||
|
|
Loading…
Reference in New Issue