trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 207 forks source link

Problem with (and fix for) installing on OSX with homebrew ruby #118

Closed jdidion closed 9 years ago

jdidion commented 9 years ago

I have homebrew ruby 2.1.3. When trying to install xiki, I got an error during bundle regarding json and it's need for ruby headers, which are out of date or missing on OSX. This fix worked for me:

https://gist.github.com/goshakkk/5763489

trogdoro commented 9 years ago

Your link shows people saying that grabbing the latest xcode fixes the problem as well. Can you try that?

trogdoro commented 9 years ago

This is probably no longer an issue. Try installing xiki using the one-line installer on xiki.com (or the github xiki readme).