1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-26 09:12:58 +02:00

Add pkg-config to list of packages (#575)

pkg-config is also required for the cargo install to work.
This commit is contained in:
Andrew Walbran 2023-04-21 19:29:18 +01:00 committed by GitHub
parent 6a61829d85
commit 4266078684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ an on-board SWD debugger.
To get started, install some tools we'll need later. On gLinux or Debian: To get started, install some tools we'll need later. On gLinux or Debian:
```bash ```bash
sudo apt install gcc-aarch64-linux-gnu gdb-multiarch libudev-dev picocom qemu-system-arm sudo apt install gcc-aarch64-linux-gnu gdb-multiarch libudev-dev picocom pkg-config qemu-system-arm
rustup update rustup update
rustup target add aarch64-unknown-none thumbv7em-none-eabihf rustup target add aarch64-unknown-none thumbv7em-none-eabihf
rustup component add llvm-tools-preview rustup component add llvm-tools-preview