Skip to content

Commit

Permalink
Add note about debhelper for compiling the debian package. Fixes #520
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-gate committed Jan 14, 2017
1 parent 8253cf1 commit 2cb33d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ Options (do one of these before you plug it in)
* 2. `modprobe -r usb-storage && modprobe usb-storage`

### Build Debian Package
To build debian package you need debuild.

To build the debian package you need the following extra packages: `debuild debhelper`.

```
$ git archive --prefix=$(git describe)/ HEAD | bzip2 --stdout > ../libstlink_$(sed -En -e "s/.*\((.*)\).*/\1/" -e "1,1 p" debian/changelog).orig.tar.bz2
Expand Down

0 comments on commit 2cb33d4

Please sign in to comment.