1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-05 13:21:45 +00:00
cdf2018-principal/arduino/Arduino-Makefile/packaging/debian/README.md
Geoffrey Frogeye 935d1054a7 Actionneurs
Partie Robotech hors-projet
2018-05-08 00:45:08 +02:00

682 B

How to compile a Deb package

Use these instructions to build your own Deb package from your local sources. For the latest official packages go to Debian or Ubuntu or use apt.

First install the dependencies as root:

apt-get build-dep arduino-mk
apt-get install arduino-core build-essential dpkg-dev fakeroot devscripts

Fetch the Debian source:

apt-get source arduino-mk

Make any local changes to want within the arduino-mk-* directory and update the package version:

cd arduino-mk-*
dch -i

Then compile. This will create a binary Deb:

dpkg-buildpackage -b