From b85a47077db333119bf52eaad6ee1e862fb163b8 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sun, 24 Jul 2005 09:33:47 +0000 Subject: [PATCH] Added the setup-host-debian target to document all required packages for an official Debian Etch build host. --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Makefile b/Makefile index 4774d8e1d5..7421bd810f 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,24 @@ setup-apex apex/Makefile: setup-apex-developer: cvs -d :ext:${CVS_USER}@cvs.sf.net:/cvsroot/nslu co apex +.PHONY: setup-host-debian +setup-host-debian: + sudo apt-get install \ + autoconf automake automake1.9 \ + bison \ + ccache \ + cvs \ + docbook \ + flex \ + g++ gawk gcj gettext \ + libc6-dev libglib2.0-dev libtool \ + m4 make \ + patch pkg-config \ + python python-dev python-psyco python2.4 python2.4-dev \ + sed \ + texinfo \ + unzip + .PHONY: update-master update-master: MT/revision monotone pull -- 2.39.5