Created
September 18, 2010 00:32
-
-
Save aussielunix/585194 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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