Skip to content
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

Fedora Linux installation #221

Open
pavelanni opened this issue Nov 27, 2021 · 0 comments
Open

Fedora Linux installation #221

pavelanni opened this issue Nov 27, 2021 · 0 comments

Comments

@pavelanni
Copy link

As of now, there is only version 0.16 available for Fedora 34 and the same package (-f34) is available for installation in Fedora 35.

I suggest for Fedora we should recommend binary installation:

  1. Download the amd64 binary from the Releases page.
  2. Unpack it, for example, under $HOME (you will have a directory $HOME/tinygo
  3. Add $HOME/tinygo/bin to your $PATH in .bashrc or .zshrc.

Also important: in Fedora USB devices are mounted under /run/media/$USER and not under /media/$USER. So I had to create a symlink: sudo ln -s /run/media /. Without that I was getting an error: unable to locate device: Arduino.

Also important: add your current user to the dialup group: sudo usermod -aG dialup $USER.

I can create a PR if it helps. Thanks!

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