You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Download the amd64 binary from the Releases page.
Unpack it, for example, under $HOME (you will have a directory $HOME/tinygo
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!
The text was updated successfully, but these errors were encountered:
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:
amd64
binary from the Releases page.$HOME
(you will have a directory$HOME/tinygo
$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!
The text was updated successfully, but these errors were encountered: