Skip to content

BuildDebianPackages

Romuald Conty edited this page Mar 9, 2016 · 1 revision

Install build dependencies

sudo apt-get install build-essential debhelper cmake libboost-python-dev

Fetch sources

git clone https://github.com/Heeks/libarea.git
cd libarea

Build package

dpkg-buildpackage -b -us -uc

This will produces 3 packages: libarea0, libarea-dev and python-area.

Clone this wiki locally