add reference to packages, instead of writing down solutions for specific os

This commit is contained in:
Jun SAKATA 2017-02-08 15:30:31 +09:00
parent c49a0849b2
commit 2ab57effbd

View file

@ -50,9 +50,7 @@ Prerequisite
- Node.js 4.x or up (test up to 6.7.0) - Node.js 4.x or up (test up to 6.7.0)
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8` - Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
- npm - npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation))
- gcc/make
- `sudo yum groupinstall 'Development Tools'` for RHEL, `sudo apt-get install build-essential` for Debian
Get started Get started
--- ---