Created
April 6, 2012 17:21
-
-
Save cdwilson/2321472 to your computer and use it in GitHub Desktop.
How to install Clearsilver-0.10.5 on Mac OSX Lion
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
#!/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