EmbeddedController icon indicating copy to clipboard operation
EmbeddedController copied to clipboard

Add a way to install development tools on fedora and arch linux to readme.

Open junaruga opened this issue 3 years ago • 5 comments

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.

junaruga avatar Jan 21 '22 22:01 junaruga

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 avatar Jan 22 '22 12:01 Foxboron

@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 avatar Jan 22 '22 14:01 junaruga

@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 avatar Jan 22 '22 14:01 Foxboron

@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.

junaruga avatar Jan 22 '22 14:01 junaruga

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. :)

junaruga avatar Jan 24 '22 00:01 junaruga