blob: 1ac29efb30dd3efa4450bf0184b8ec97a9fe03cb [file] [log] [blame] [view]
Alexander Afanasyevc5103862014-05-07 19:24:25 -07001NDN Binary packages for Ubuntu
2==============================
3
4Prerequisites
5-------------
6
7The following packages needs to be installed in order to build source .deb package to be
8upload to PPA:
9
10 sudo apt-get install git devscripts debhelper dh-make
11
12Building source packages
13------------------------
14
15The build process is very much automated and the following command can be used to build a
16specific source package and upload it to the ppa.
17
18 make dput <PACKAGE_NAME>
19
20Before running dput make sure that you have access to upload packages to `named-data/ppa`
21(or modify target PPA repository in `packaging.mk`).