diff options
| -rw-r--r-- | Makefile | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -354,7 +354,32 @@ setup-host-debian: unzip \ subversion \ bzip2 ;\ - echo You will have to install monotone separately. See http://venge.net/monotone/ " + echo You will have to install monotone separately. See http://venge.net/monotone/ \ + " + +.PHONY: setup-host-ubuntu +setup-host-ubuntu: + su - -c " \ + 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 python2.4-psyco python2.4 python2.4-dev \ + sed \ + texinfo \ + unzip \ + subversion \ + bzip2 ;\ + echo You will have to install monotone separately. See http://venge.net/monotone/ \ + " + .PHONY: setup-host-gentoo setup-host-gentoo: |
