mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 01:04:35 +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:
parent
6a61829d85
commit
4266078684
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user