From: Andrew Chilton Date: Mon, 5 May 2008 12:32:12 +0000 (+1200) Subject: Add instructions for Debian packaging and install X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5fce984f49ccdb8c90c75ac3f6687245d3480257;p=cil.git Add instructions for Debian packaging and install --- diff --git a/INSTALLATION b/INSTALLATION index e7773f9..a5b631b 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -44,3 +44,20 @@ The quickest method is to do the following: See http://kapiti.geek.nz/software/cil.html for some further instructions. =============================================================================== + +Debian Packaging +---------------- + +When inside the main cil directory, you can type the following to create a +Debian paackage: + + $ fakeroot dpkg-buildpackage -tc -us -uc + +which can then be installed with: + + $ sudo dpkg -i + +or added to a repository you are using for easier installation with apt-get or +aptitude. + +===============================================================================