aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-30 22:56:53 -0500
committerLibravatar GitHub <noreply@github.com>2022-05-01 03:56:53 +0000
commit766ed654ba785cfe11e6ee8714fcb1199e073977 (patch)
tree7e18d54ee9498c80d2bf2863ac1a56898ee47793 /CONTRIBUTING.md
parentFix issue where 'macos-notification-state' was being loaded in non-macos (diff)
downloadferdium-app-766ed654ba785cfe11e6ee8714fcb1199e073977.tar.gz
ferdium-app-766ed654ba785cfe11e6ee8714fcb1199e073977.tar.zst
ferdium-app-766ed654ba785cfe11e6ee8714fcb1199e073977.zip
Remove native compilation ('python', 'node-gyp') since we no longer have such dependencies (#73)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f0c6d6a52..d7b94de3f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,9 +71,6 @@ $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.
71 "npm": "8.7.0", 71 "npm": "8.7.0",
72 "pnpm": "6.32.11" 72 "pnpm": "6.32.11"
73} 73}
74
75$ python --version
76Python 3.10.4
77``` 74```
78 75
79_Note:_ You can choose any version manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf). 76_Note:_ You can choose any version manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf).
@@ -98,7 +95,6 @@ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel rpm
98 95
99Please make sure you have the following installed: 96Please make sure you have the following installed:
100 97
101- 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))
102- Microsoft Visual Studio Build Tools (2019 or higher - with Windows 10 SDK selected) - Only tested with 2019 so far. 98- Microsoft Visual Studio Build Tools (2019 or higher - with Windows 10 SDK selected) - Only tested with 2019 so far.
103 99
104### Clone repository with submodule 100### Clone repository with submodule