Added some more build dependencies to ensure everything needed to build is
installed.
This commit is contained in:
parent
277a98b2c8
commit
cec6553cf9
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@ Use these instructions to build your own Deb package from your local sources.
|
|||
For the latest official packages go to [Debian](http://packages.debian.org/arduino-mk)
|
||||
or [Ubuntu](https://launchpad.net/ubuntu/+source/arduino-mk) or use apt.
|
||||
|
||||
First install the dependencies as root:
|
||||
First install the dependencies for building/running the package, as root:
|
||||
|
||||
apt-get build-dep arduino-mk
|
||||
apt-get install arduino-core libdevice-serialport-perl help2man build-essential dpkg-dev
|
||||
apt-get install arduino-core libdevice-serialport-perl help2man build-essential dpkg-dev fakeroot perl-doc devscripts
|
||||
|
||||
Fetch the Debian source:
|
||||
|
||||
apt-get source arduino-mk
|
||||
|
||||
Make any local changes to want within arduino-mk-* directory and update the package version:
|
||||
Make any local changes to want within the arduino-mk-* directory and update the package version:
|
||||
|
||||
cd arduino-mk-*
|
||||
dch -i
|
||||
|
|
Loading…
Reference in a new issue