Documentation: Add texinfo to build instructions
`Meta/serenity.sh rebuild-toolchain aarch64` failed with the gdb build complaining about missing `makeinfo` without this.
This commit is contained in:
parent
198bb322ef
commit
e6a97f1b7b
Notes:
sideshowbarker
2024-07-18 03:18:39 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/e6a97f1b7bf Pull-request: https://github.com/SerenityOS/serenity/pull/10269
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Make sure you have all the dependencies installed:
|
|||
### Debian / Ubuntu
|
||||
|
||||
```console
|
||||
sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-i386 qemu-utils ccache rsync genext2fs unzip
|
||||
sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-i386 qemu-utils ccache rsync genext2fs unzip texinfo
|
||||
```
|
||||
|
||||
#### GCC 10
|
||||
|
|
Loading…
Add table
Reference in a new issue