From 373f32aab73e9bb4938dad97449abadb751aa337 Mon Sep 17 00:00:00 2001 From: Jun SAKATA Date: Mon, 6 Feb 2017 17:41:46 +0900 Subject: [PATCH] Add additional comment about Prerequisite to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3025f84..83255d4 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 ---