diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-24 09:33:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 09:33:47 +0000 |
commit | b85a47077db333119bf52eaad6ee1e862fb163b8 (patch) | |
tree | 0548b3a8bb4307f28cd1f87756f331698996d4a8 /Makefile | |
parent | 6d6928a588c05b9a01002505ebc5cfb134c9694d (diff) |
Added the setup-host-debian target to document all required packages for an official Debian Etch build host.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |