From 259351bf4af2f1fac5684e9937948e708ca9b1a0 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Mon, 16 Dec 2002 16:33:00 +0000 Subject: none --- Distrib/BtsFiling.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Distrib') diff --git a/Distrib/BtsFiling.mdwn b/Distrib/BtsFiling.mdwn index a883fe98..40f115d7 100644 --- a/Distrib/BtsFiling.mdwn +++ b/Distrib/BtsFiling.mdwn @@ -7,10 +7,20 @@ Managing Debian packages and using the BTS is quite simple. If you're new to Deb apt-get source +note: this should unpack already + * and unpack with: dpkg-source -x x-y_z.dsc +* then get all dependencies: + + apt-get -y build-dep + +note: if some dependencies are missing, it most probably means you have to port them first. follow this instructions recursively until done + + :) + * Debian packages have a makefile in debian/rules, with (at least) the following targets:
build
Yup, to build
-- cgit v1.2.3