Skip to content

Automatically choose correct IDE download #19

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

Open
per1234 opened this issue Feb 24, 2018 · 0 comments
Open

Automatically choose correct IDE download #19

per1234 opened this issue Feb 24, 2018 · 0 comments

Comments

@per1234
Copy link
Owner

per1234 commented Feb 24, 2018

Currently install_ide is hardcoded to download the Linux 64 bit versions of the Arduino IDE.

  • Windows: [[ "$OSTYPE" == "cygwin" ]] || [[ "$OSTYPE" == "msys" ]] (https://stackoverflow.com/a/8597411)
  • macOS: [[ "$OSTYPE" == "darwin"* ]] (https://stackoverflow.com/a/8597411)
    • There are some 1.5.x tags that appear to be macOS specific so that might need special handling:
      • 1.5.7-macosx-java7
      • 1.5.8-macosx-java7
  • Linux 32-bit: ?
  • Linux 64-bit: ?
  • ARM Linux: ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant