From 02046a8833bfa9ae449df77e27933e5f2dc9d15b Mon Sep 17 00:00:00 2001 From: Nathan Woodrow Date: Tue, 5 Nov 2019 11:17:06 +1000 Subject: [PATCH] Update readme with guide to build from source (#32634) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d29761ef49..8caa9924a45 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,7 @@ repository, and then [create a pull request](https://help.github.com/articles/cr If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write documentation about it. If you are not a developer, there are many other possibilities which do not require programming skills to help QGIS to evolve. Check our [project homepage for more information](http://qgis.org/en/site/getinvolved/index.html). + +### Building from source + +The [building guide](http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html) can be used to get started with building QGIS from source.