Skip to content
Snippets Groups Projects
Unverified Commit ddfa6da2 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Merge pull request #1474 from Angristan/patch-1

Add node-gyp instructions to build the crypto module
parents becdc4b6 ab7c31e2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
----------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment