FrameworkComputer / EmbeddedController

Embedded Controller firmware for the Framework Laptop
BSD 3-Clause "New" or "Revised" License
950 stars 64 forks source link

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

Closed junaruga closed 1 year ago

junaruga commented 2 years ago

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.

Foxboron commented 2 years 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
```

            
junaruga commented 2 years ago

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

Foxboron commented 2 years ago

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

junaruga commented 2 years ago

@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 commented 2 years ago

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