Skip to content

Commit

Permalink
Merge #180
Browse files Browse the repository at this point in the history
180: Install openocd package from the repository for ArchLinux r=therealprof a=Disasm

Related: rust-embedded/book#179

Co-authored-by: Vadim Kaushan <admin@disasm.info>
  • Loading branch information
bors[bot] and Disasm committed Mar 28, 2019
2 parents 6a377e6 + 7a9500e commit 5ab5937
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/03-setup/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,8 @@ $ sudo dnf install \
``` console
$ sudo pacman -S \
arm-none-eabi-gdb \
minicom
```

`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:

``` console
git clone git://git.code.sf.net/p/openocd/code openocd-code
cd openocd-code
./bootstrap
./configure
make && make install
minicom \
openocd
```

### Other distros
Expand Down

0 comments on commit 5ab5937

Please sign in to comment.