Skip to content

Instantly share code, notes, and snippets.

@cdwilson
Created April 6, 2012 17:21
Show Gist options
  • Save cdwilson/2321472 to your computer and use it in GitHub Desktop.
Save cdwilson/2321472 to your computer and use it in GitHub Desktop.
How to install Clearsilver-0.10.5 on Mac OSX Lion
#!/bin/sh
tar zxvf tar xzvf clearsilver-0.10.5.tar.gz
cd clearsilver-0.10.5
./configure --disable-apache --disable-java --disable-ruby \
--disable-csharp \
--with-python=/usr/bin/python \
--with-perl=/usr/bin/perl \
--enable-gettext \
--prefix=/stow/repository/clearsilver-0.10.5
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment