From c43b15b83f1e49dc7b51e535767d6c9f9b0aa33c Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 16 Nov 2021 14:19:55 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 391d846..daebd4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,21 @@ # How to contribute: -If you want to contribute, or just build from source yourself, below are the inistructions to do that. If there is something unclear please type your feedback in [this ticket](https://gitlab.com/librewolf-community/browser/windows/-/issues/112) and we can adress it. +If you want to contribute, or just build from source yourself, below are the inistructions to do that. If there is something unclear please type your feedback in **[this ticket](https://gitlab.com/librewolf-community/browser/windows/-/issues/112)** and we can adress it. -## Compiling +## Reference documentation: + +* [Building Firefox On Windows](https://firefox-source-docs.mozilla.org/setup/windows_build.html). + +## Compiling: To compile on Windows, you need to: -* Install Mozilla build setup tools: [here](). -* Install Microsoft visual studio community edition [here](). -* Within Visual Studio, setup the Blah API. +* Install Mozilla build setup tools: [MozillaBuildSetup-Latest.exe](https://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe). +* Install Microsoft visual studio community edition: [here](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022). +* Within Visual Studio: +** Desktop development with C++. +** Windows 10 SDK (at least 10.0.19041.0). +** C++ ATL for v143 build tools (x86 and x64). * Open start-shell terminal and basically do the following: ```