Tech /

Debian Raspberry Pi Packaging





edit SideBar

Debian Raspberry Pi Packaging

Building source packages on Raspberry Pi

Prerequisites

sudo apt-get install dpkg-dev fakeroot build-essential debhelper

Build

dpkg-buildpackages -rfakeroot -us -uc

Cross Packaging

Dependencies

sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get -a armhf install cdbs devscripts libtool dh-buildinfo fakeroot

Environment

dpkg-architecture -aarmhf
export DEB_BUILD_OPTIONS=nocheck

Package

dpkg-buildpackage -us -uc
Recent Changes (All) | Edit SideBar Page last modified on 21 July 2015, at 08:28 PM UTC Edit Page | Page History
Powered by PmWiki