]> git.mjollnir.org Git - cil.git/commitdiff
Add instructions for Debian packaging and install
authorAndrew Chilton <andychilton@gmail.com>
Mon, 5 May 2008 12:32:12 +0000 (00:32 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Mon, 5 May 2008 12:32:12 +0000 (00:32 +1200)
INSTALLATION

index e7773f99e0c0b7ccd053521f3d291c774b6ffca6..a5b631be9ba363ced727e582dc169946afbc0c09 100644 (file)
@@ -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.
+
+===============================================================================