From 42156957596bf9e16b4ae5a75dff73742b909b4b Mon Sep 17 00:00:00 2001 From: Michelangelo Date: Tue, 12 May 2020 09:42:11 +0200 Subject: [PATCH] add cmake and make installation instructions (#532) --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index ffc1280fc..e6cdf5028 100644 --- a/README.md +++ b/README.md @@ -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 + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!