add requirement section to READMEN

This commit is contained in:
Yuichi Nishiwaki 2013-10-17 20:58:01 +09:00
parent 986afa2fc9
commit f425ed6bb7
1 changed files with 10 additions and 0 deletions

View File

@ -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).
## Requirement
picrin scheme depends on some external libraries to build the binary:
- bison
- yacc
- make
- gcc
- readline
## Authors
Yuichi Nishiwaki (yuichi.nishiwaki at gmail.com)