Skip to content

Commit 5ab5937

Browse files
bors[bot]Disasm
andcommitted
Merge #180
180: Install openocd package from the repository for ArchLinux r=therealprof a=Disasm Related: rust-embedded/book#179 Co-authored-by: Vadim Kaushan <[email protected]>
2 parents 6a377e6 + 7a9500e commit 5ab5937

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/03-setup/linux.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,8 @@ $ sudo dnf install \
6060
``` console
6161
$ sudo pacman -S \
6262
arm-none-eabi-gdb \
63-
minicom
64-
```
65-
66-
`openocd` is not available in the official Arch repositories, but can be installed from the [AUR](https://aur.archlinux.org/packages/openocd/) or can be compiled from source as follows:
67-
68-
``` console
69-
git clone git://git.code.sf.net/p/openocd/code openocd-code
70-
cd openocd-code
71-
./bootstrap
72-
./configure
73-
make && make install
63+
minicom \
64+
openocd
7465
```
7566

7667
### Other distros

0 commit comments

Comments
 (0)