-
-
Notifications
You must be signed in to change notification settings - Fork 438
Go prerequisite is not documented in development guide #2499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
@NewtronReal do you have Go version 1.21 or newer installed on your computer? Go is an (unfortunately undocumented) prerequisite for building Arduino IDE from source (it isn't actually used for the Arduino IDE application, but rather for its helper tools). So if you don't have Go installed, install version 1.21 or newer and then try again. Please let me know if you are then able to build it successfully. If you need to manage multiple Go versions on your system, I can recommend the gvm version manager. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Thank you the software has been successfully build and running on my system. |
Document prerequisites of the Arduino CLI, LS, etc. tools when built from a Git commitish. closes: arduino#2499 Signed-off-by: dankeboy36 <[email protected]>
Describe the problem
I couldn't find a build of arduino ide 2 for arm linux distros apart from the rpi unofficial one which has been discontinued since version 2.2. So I tried compiling it my own in my macbook air 2020 m1. And I get the following error.
To reproduce
Compile it on asahi fedora remix after installing the dependencies.
Expected behavior
Compile without errors.
Arduino IDE version
2.3.2
Operating system
Linux
Operating system version
Fedora 40
Additional context
Using Asahi linux
Issue checklist
The text was updated successfully, but these errors were encountered: