About

Andreas Wolff is a 25 years old freelancing web developer from Berlin, Germany. more

Recent Post

04 Aug 2008 Now on stock: RSpactor 0.9.16
09 Jul 2008 Auto rebuilding Ferret indexes
28 Apr 2008 ANN: RSpactor 0.9.10 (aka. beta)
06 Apr 2008 Whats happening to RSpactor
18 Mar 2008 Getting RubyCocoa on your Mac
11 Mar 2008 Hello world: Introducing RSpactor

Folksonomy

  1. 1 page is tagged with ferret
  2. 2 pages are tagged with mac
  3. 1 page is tagged with plugin
  4. 1 page is tagged with rails
  5. 4 pages are tagged with rspactor

Getting RubyCocoa on your Mac

RubyCocoa is a great framework if you want to create Mac applications with the special flavor. It provides you with everything you need to interact with the Mac OS X system. RSpactor, e.g., is using RubyCocoa’s FSEvent interface to listen to your file system. This article is a description of how to build RubyCocoa from source on your Mac.

Getting, building, using

At first you need to download the latest source tarball from here. After the download has finished simply unzip and chdir in the newly extracted directory.

tar zxf RubyCocoa-0.13.2.tgz
cd RubyCocoa-0.13.2

Now we have a local copy of the RubyCocoa source. Its time for building and installation.

ruby install.rb config --build-universal=no
ruby install.rb setup
sudo ruby install.rb install

At this point RubyCocoa is already available on your system. Lets fire up irb to make sure that your new RubyCocoa installation is working properly.

irb
require "osx/foundation"

At this point you should see a nice “true”. If you have any problems comment here or have a look at http://rubycocoa.sourceforge.net/GettingStarted.

Post a comment


(required, but not displayed)

(optional)