From 892bd7b78b32009bd95da3e48b2a5bec01100a70 Mon Sep 17 00:00:00 2001 From: Hans Erik Date: Mon, 19 Aug 2019 11:23:54 +0200 Subject: [PATCH 1/2] Update README.md Install Visual Studio Community 2017. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a6fa2..8bcd1dd 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ npm install # Run the app npm start ``` +node-gyp (NodeJs's build system) is not compatible with Visual Studio 2019 yet. So you will need to install Visual Studio 2017 to work with native modules in NodeJs and NodeJS build toolchain doesnt support it aswell. + +Install Visual Studio Community 2017. Download the Visual studio Installer and install Visual Studio Community 2017. Make sure to choose "Desktop development with C++ " workload and install it. ## Resources for Learning NodeGUI/React NodeGUI @@ -40,4 +43,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! From ec1634419d72cdc4bee89ab8ce0f08a5c451ab28 Mon Sep 17 00:00:00 2001 From: Hans Erik Date: Mon, 19 Aug 2019 19:54:15 +0200 Subject: [PATCH 2/2] Update README.md Clarification --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bcd1dd..c0c9b67 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,8 @@ npm install # Run the app npm start ``` -node-gyp (NodeJs's build system) is not compatible with Visual Studio 2019 yet. So you will need to install Visual Studio 2017 to work with native modules in NodeJs and NodeJS build toolchain doesnt support it aswell. -Install Visual Studio Community 2017. Download the Visual studio Installer and install Visual Studio Community 2017. Make sure to choose "Desktop development with C++ " workload and install it. - -## Resources for Learning NodeGUI/React NodeGUI +## Installation & Resources for Learning NodeGUI/React NodeGUI - [nodegui.github.io/nodegui](https://nodegui.github.io/nodegui) - all of NodeGui and React NodeGUI's documentation