aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 38534f75e..1c61da2c9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,7 +66,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
66```bash 66```bash
67$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 67$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
68{ 68{
69 "node": "18.0.0", 69 "node": "16.14.2",
70 "npm": "8.7.0", 70 "npm": "8.7.0",
71 "pnpm": "6.32.8" 71 "pnpm": "6.32.8"
72} 72}
@@ -98,7 +98,7 @@ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel rpm
98Please make sure you have the following installed: 98Please make sure you have the following installed:
99 99
100- Python 3 or higher (we recommend the latest version: [3.10.4](https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe)) 100- Python 3 or higher (we recommend the latest version: [3.10.4](https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe))
101- Microsoft Visual Studio Build Tools (2019 or higher) - Only tested with 2019 so far. 101- Microsoft Visual Studio Build Tools (2019 or higher - with Windows 10 SDK selected) - Only tested with 2019 so far.
102 102
103### Clone repository with submodule 103### Clone repository with submodule
104 104