Skip to content

Commit 130a8e9

Browse files
authored
Add dejagnu to the quickstart installation command line
1 parent 5cb8d34 commit 130a8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To build it (most of these instructions come from [here](https://gcc.gnu.org/onl
5757

5858
```bash
5959
$ git clone https://github.com/rust-lang/gcc
60-
$ sudo apt install flex libmpfr-dev libgmp-dev libmpc3 libmpc-dev
60+
$ sudo apt install flex libmpfr-dev libgmp-dev libmpc3 libmpc-dev dejagnu
6161
$ mkdir gcc-build gcc-install
6262
$ cd gcc-build
6363
$ ../gcc/configure \

0 commit comments

Comments
 (0)