summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJun SAKATA2017-02-06 17:41:46 +0900
committerJun SAKATA2017-02-06 17:41:46 +0900
commit373f32aab73e9bb4938dad97449abadb751aa337 (patch)
tree8eff158d24f4ee745554eedd174efae621167c93 /README.md
parentd6822dd410f0356322c2cdb402a95ccbbdeeb208 (diff)
Add additional comment about Prerequisite to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3025f84e..83255d43 100644
--- a/README.md
+++ b/README.md
@@ -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
---