Closed junaruga closed 1 year ago
If you wouldn't mind, you can add the following section as well:
On Arch Linux ``` sudo pacman -S arm-none-eabi-gcc libftdi ```
@Foxboron Sure. I rebased this PR, adding the command for Arch Linux. Is the libftdi
a development package including the header files? On Fedora, the libftdi-devel
RPM package includes the header files (*.h
) and requires libftdi
RPM package that only includes shard object library files (*.so
).
@junaruga In Arch Linux we don't split packages. So libftdi
contains documentation, headers, so-names and so on.
Check the file listing here: https://archlinux.org/packages/community/x86_64/libftdi/
@Foxboron OK. Thanks!
By the way, rebased this PR again adding the links to the Linux distributions. The format of this podman installation guide inspired me.
By the way, rebased this PR again adding the links to the Linux distributions. The format of this podman installation guide inspired me.
Rebased without links again , keeping only essential parts to be merged easily. :)
This PR fixes #2 by adding the way to install development tools on Fedora. I tested it on Fedora Linux 35. You can check the modified readme here.