Commit 97e2de7
committed
README: Fedora: Add
This commit adds dependencies needed for `../gccrs/configure --prefix=$HOME/gccrs-install --disable-bootstrap --enable-multilib --enable-languages=rust` (from the README) in a fresh `FedoraLinux-43` WSL. Most are also needed in a `fedora` container (the exception is `awk`; it's present in the container but not WSL).
In other words, this commit fixes the following `configure` errors (truncated and combined):
```
configure: error: no acceptable C compiler found in $PATH
configure: error: *** A compiler with support for C++14 language features is required.
configure: error: cargo is required to build rust
./config.status: line 1194: awk: command not found
```
The goal is to eventually package `gccrs` in Copr (Fedora's AUR). Finding all the dependencies is a first step.
Signed-off-by: Osama Albahrani <[email protected]>gcc, gcc-c++, cargo, and awk
1 parent 7699f7f commit 97e2de7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments