diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-15 19:53:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 19:53:45 +0900 |
| commit | ddfa6da2d6fecb94efa253a740a766ca4ef768ef (patch) | |
| tree | 3affb201993310f6be37d7d71c80e49a0e0e5d6e /docs/setup.en.md | |
| parent | oops (diff) | |
| parent | Fix list number (diff) | |
| download | sharkey-ddfa6da2d6fecb94efa253a740a766ca4ef768ef.tar.gz sharkey-ddfa6da2d6fecb94efa253a740a766ca4ef768ef.tar.bz2 sharkey-ddfa6da2d6fecb94efa253a740a766ca4ef768ef.zip | |
Merge pull request #1474 from Angristan/patch-1
Add node-gyp instructions to build the crypto module
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 88e20f6bc4..ec062e9477 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -53,7 +53,12 @@ Or you can generate config file via `npm run config` command. *5.* Build Misskey ---------------------------------------------------------------- -1. `npm run build` +We need to use `node-gyp` to build the `crypto` module. + +1. `npm install -g node-gyp` +2. `node-gyp configure` +3. `node-gyp build` +4. `npm run build` *6.* That is it. ---------------------------------------------------------------- |