Skip to content

Commit 879aede

Browse files
Update BUILDING.md (arduino#1281)
* Update BUILDING.md Added "Notes for Linux contributors" based on my own building experience * Update BUILDING.md Removing the linux specific section and instead updating the Theia IDE prerequisites link to point to the mentioned file directly.
1 parent d556ee9 commit 879aede

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BUILDING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The _frontend_ is running as an Electron renderer process and can invoke service
4141

4242
If you’re familiar with TypeScript, the [Theia IDE](https://theia-ide.org/), and if you want to contribute to the
4343
project, you should be able to build the Arduino IDE locally.
44-
Please refer to the [Theia IDE prerequisites](https://github.com/theia-ide/theia/blob/master/doc/) documentation for the setup instructions.
44+
Please refer to the [Theia IDE prerequisites](https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites) documentation for the setup instructions.
4545
> **Note**: Node.js 14 must be used instead of the version 12 recommended at the link above.
4646
4747
Once you have all the tools installed, you can build the editor following these steps
@@ -89,7 +89,6 @@ This project is built on [GitHub Actions](https://github.com/arduino/arduino-ide
8989
git push origin 1.2.3
9090
```
9191

92-
9392
## Notes for macOS contributors
9493
Beginning in macOS 10.14.5, the software [must be notarized to run](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution). The signing and notarization processes for the Arduino IDE are managed by our Continuous Integration (CI) workflows, implemented with GitHub Actions. On every push and pull request, the Arduino IDE is built and saved to a workflow artifact. These artifacts can be used by contributors and beta testers who don't want to set up a build system locally.
9594
For security reasons, signing and notarization are disabled for workflow runs for pull requests from forks of this repository. This means that macOS will block you from running those artifacts.

0 commit comments

Comments
 (0)