Skip to content

Commit 60752ba

Browse files
committed
Update required dependencies in README.md
The `device-tree-compiler` is required when building the QEMU program in Trusty repo.
1 parent 589ef2c commit 60752ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The only supported host OS is Ubuntu 22.04, things may or may not work on any ot
77
First install the dependencies and clone the project:
88
```bash
99
sudo apt update
10-
sudo apt install -y bc bison build-essential flex git libelf-dev libssl-dev ncurses-dev gdb gdb-multiarch qemu qemu-system-x86 qemu-system-arm qemu-user-static binfmt-support llvm clang clang-tools lld lz4 binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu pahole dwarves
10+
sudo apt install -y bc bison build-essential flex git libelf-dev libssl-dev ncurses-dev gdb gdb-multiarch qemu qemu-system-x86 qemu-system-arm qemu-user-static binfmt-support llvm clang clang-tools lld lz4 binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu pahole dwarves device-tree-compiler
1111
git clone --recursive https://github.com/gsingh93/linux-exploit-dev-env
1212
cd linux-exploit-dev-env
1313
```

0 commit comments

Comments
 (0)