add cmake and make installation instructions (#532)

This commit is contained in:
Michelangelo 2020-05-12 09:42:11 +02:00 committed by GitHub
parent 69d2bfa1ba
commit 4215695759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,29 @@ https://github.com/nodegui/examples
## Installation
NodeGui requires CMake and Compilation Tools as it is a wrapper for a native C++ widget toolkit QT.
Detailed instructions here: https://www.sitepoint.com/build-native-desktop-gif-searcher-app-using-nodegui/
TL;DR:
MacOS
```
brew install cmake
brew install make
```
Windows
https://cmake.org/download/
Linux
```
sudo apt-get install pkg-config build-essential
sudo apt-get install cmake make
```
Then install NodeGui from your command line:
#### To install latest stable release:
```
@ -199,6 +222,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!