Skip to content

Commit 290eb7d

Browse files
committed
[docs] directory name change of third_party/node
1 parent 5426d3a commit 290eb7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/For Developers/Building NW.js.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Manually clone and checkout correct branches for following repositories:
5252
| path | repo |
5353
|:---- |:---- |
5454
| src/content/nw | https://github.com/nwjs/nw.js |
55-
| src/third_party/node | https://github.com/nwjs/node |
55+
| src/third_party/node-nw | https://github.com/nwjs/node |
5656
| src/v8 | https://github.com/nwjs/v8 |
5757

5858
**Step 2.** Run following command in your terminal:
@@ -88,12 +88,12 @@ See the upstream documentation for the mapping between GN and GYP flags: https:/
8888

8989
```bash
9090
cd src
91-
GYP_CHROMIUM_NO_ACTION=0 ./build/gyp_chromium -I third_party/node/common.gypi third_party/node/node.gyp
91+
GYP_CHROMIUM_NO_ACTION=0 ./build/gyp_chromium -I third_party/node-nw/common.gypi third_party/node-nw/node.gyp
9292
```
9393

9494
or use the following if you're doing a component build:
9595
```bash
96-
./build/gyp_chromium -D component=shared_library -I third_party/node/common.gypi third_party/node/node.gyp
96+
./build/gyp_chromium -D component=shared_library -I third_party/node-nw/common.gypi third_party/node-nw/node.gyp
9797
```
9898
To change the build configuration for Node, you need to setup the GYP_DEFINES environment variable:
9999

0 commit comments

Comments
 (0)