Skip to content

Commit 55f0c8a

Browse files
committed
Update README.md
1 parent 3531ac7 commit 55f0c8a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,19 @@ If you wish to compile/link with the alternative Clang, go ahead and download **
194194
```sh
195195
pacman -S mingw-w64-i686-clang mingw-w64-i686-clang-analyzer mingw-w64-i686-clang-tools-extra
196196
```
197+
<a name="optional-nodejs"/>
198+
### NodeJS
199+
For those that wish to experiment in other directions:
200+
201+
**For x64**
202+
```sh
203+
pacman -S mingw-w64-x86_64-nodejs
204+
```
205+
206+
**For x86**
207+
```sh
208+
pacman -S mingw-w64-i686-nodejs
209+
```
197210

198211
<a name="manual"/>
199212
## Manual steps

0 commit comments

Comments
 (0)