瀏覽代碼

Documentation: Add texinfo to build instructions

`Meta/serenity.sh rebuild-toolchain aarch64` failed with the gdb build
complaining about missing `makeinfo` without this.
Nico Weber 3 年之前
父節點
當前提交
e6a97f1b7b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/BuildInstructions.md

+ 1 - 1
Documentation/BuildInstructions.md

@@ -7,7 +7,7 @@ Make sure you have all the dependencies installed:
 ### Debian / Ubuntu
 ### Debian / Ubuntu
 
 
 ```console
 ```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
 #### GCC 10