From: Brian Warner Date: Thu, 26 Apr 2007 22:00:22 +0000 (-0700) Subject: README: mention 'fakeroot' and other build dependencies to creat debian packages X-Git-Tag: allmydata-tahoe_v0.1.1-1-UNSTABLE~17 X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/something?a=commitdiff_plain;h=96e2e3aa026249762505846fb25db029ec1a6c0d;p=tahoe-lafs%2Ftahoe-lafs.git README: mention 'fakeroot' and other build dependencies to creat debian packages --- diff --git a/README b/README index c067b90b..313e3063 100644 --- a/README +++ b/README @@ -47,6 +47,13 @@ DEPENDENCIES: * GNU make (build tool) + * to build the debian packages you will need all the usual debian-packaging + tools, which means the 'build-essential' metapackage and all of the + packages listed as "Build-Depends" in DIST/debian/control for your + distribution. You will also want the 'fakeroot' package to allow the + top-level 'make deb-DIST' targets work. + + * setuptools (build and distribution tool) http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions