Trouble with gem install ultraviolet on OSX Leopard?
It’s because you neet to install Oniguruma (a regex library). Macports is easiest:
sudo port install oniguruma5
If you need to compile manually, there are instructions out there.
It’s because you neet to install Oniguruma (a regex library). Macports is easiest:
sudo port install oniguruma5
If you need to compile manually, there are instructions out there.