Added the setup-host-debian target to document all required packages for an official...
authorRod Whitby <rod@whitby.id.au>
Sun, 24 Jul 2005 09:33:47 +0000 (09:33 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 24 Jul 2005 09:33:47 +0000 (09:33 +0000)
Makefile

index 4774d8e..7421bd8 100644 (file)
--- 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