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