Installing CRM114 on OS X Snow Leopard

Posted: 6th January 2010 by M. E. Patterson in Coding
Tags: , ,

Here’s what I had to do to get it working:

Install ‘tre’

- but *don’t* use macports; tried that and it bombed, instead do:

wget http://crm114.sourceforge.net/tarballs/tre-0.7.5.tar.gz
tar zxvf tre-0.7.5.tar.gz
cd tre-0.7.5
./configure
make && sudo make install

Install ‘crm114′

 wget -m -np http://crm114.sourceforge.net/src/

Follow Directions!

now, follow these directions

Enjoy!