Skip to content
Snippets Groups Projects
Commit 55212b5e authored by Erik Strand's avatar Erik Strand
Browse files

Add additional setup steps

parent 5b93c7b9
Branches
No related tags found
No related merge requests found
...@@ -39,6 +39,25 @@ make ...@@ -39,6 +39,25 @@ make
make install make install
``` ```
### Additional Setup
You'll almost certainly end up needing a handful of other helpful tools. Depending on your other
work you may already have many of these on your machine.
*This command assumes Linux*
```
sudo apt install autoconf build-essential cmake libtool libtool-bin libhidapi-dev libusb-dev libusb-1.0-0-dev pkg-config
```
Another essential one is [`gdb`](https://www.gnu.org/software/gdb/) (if you want to do any
debugging). Most documents on the web say to install `gdb-arm-none-eabi`, but unless you're using an
older version of `gdb` these days you're going to want `gdb-multiarch`.
```
sudo apt install gdb-multiarch
```
## Basic Use ## Basic Use
### Config files ### Config files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment