Add additional comment about Prerequisite to README

This commit is contained in:
Jun SAKATA 2017-02-06 17:41:46 +09:00
parent d6822dd410
commit 373f32aab7
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ Prerequisite
- Node.js 4.x or up (test up to 6.7.0)
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
- npm
- gcc/make
- `yum groupinstall 'Development Tools'` for RHEL, `sudo apt-get install build-essential` for Debian
Get started
---