From 5fce984f49ccdb8c90c75ac3f6687245d3480257 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Tue, 6 May 2008 00:32:12 +1200 Subject: [PATCH] Add instructions for Debian packaging and install --- INSTALLATION | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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. + +=============================================================================== -- 2.39.5