Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created September 18, 2010 00:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aussielunix/585194 to your computer and use it in GitHub Desktop.
Save aussielunix/585194 to your computer and use it in GitHub Desktop.
apt-get update
apt-get install build-essential subversion autotools-dev automake1.9 libtool autoconf libncurses-dev xsltproc quilt debhelper
cd /tmp
svn co http://www.varnish-cache.org/svn/tags/varnish-2.0.6
cd varnish-2.0.6/varnish-cache
dpkg-buildpackage
cd ..
dpkg -i libvarnish1_2.0.6-2_amd64.deb varnish_2.0.6-2_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment