Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
cd /usr/local/src curl -O http://www.webdav.org/neon/neon-0.27.1.tar.gz tar zxvf neon-0.27.1.tar.gz cd neon-0.27.1.tar.gz ./configure --with-ssl --with-libs=/usr/local make sudo make install cd .. curl -O http://subversion.tigris.org/downloads/subversion-1.4.3.tar.gz curl -O http://subversion.tigris.org/downloads/subversion-deps-1.4.3.tar.gz tar xzvf subversion-1.4.3.tar.gz tar xzvf subversion-deps-1.4.3.tar.gz cd subversion-1.4.3 ./configure --prefix=/usr/local --with-openssl --with-ssl --with-zlib --with-neon=/usr/local make sudo make install make swig-rb make check-swig-rb (Most of these test's should pass) sudo make install-swig-rb
This paste will be private.
From the Design Piracy series on my blog: