Skip to content

Commit

Permalink
Update README to reflect new g++ >= 5 requirement (ranisalt#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaphase authored and Ranieri Althoff committed Feb 20, 2019
1 parent ed81ad3 commit 954f263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ Core i5-4460 @ 3.2GHz with default options.

### Before installing
You **MUST** have a **node-gyp** global install before proceeding with install,
along with GCC >= 4.8 / Clang >= 3.3. On Windows, you must compile under Visual
along with GCC >= 5 / Clang >= 3.3. On Windows, you must compile under Visual
Studio 2015 or newer.

**node-argon2** works only and is tested against Node >=8.0.0.

#### OSX
To install GCC >= 4.8 on OSX, use [homebrew](http://brew.sh/):
To install GCC >= 5 on OSX, use [homebrew](http://brew.sh/):
```console
$ brew install gcc
```
Expand Down

0 comments on commit 954f263

Please sign in to comment.