#2 Build Cappuccino from the source
This episode will first show you how to install the frameworks and tools.
Then you’ll learn how to build Cappuccino from the source in order to profit from the last patches.
- Download .mov file (32.6 MB, 7:23)
- Download .m4v file for iPod & Apple TV (13.5 MB, 7:23)
- This episode on Vimeo (HD quality)
- Full episode source code


Awesome!
You should consider uploading to a video sharing site (I like Vimeo) in addition to offering the .mov and .m4v files.
Loving these.
Suggestion: How about putting them on iTunes like Ryan B. does for his Railscasts?
@Eric R : Thanks for the feedback. They are already on iTunes (see the last link in the top menu). I’ll also put them on Viddler or Vimeo in a couple of days.
I appreciate the higher quality mov files as opposed to the m4v files because its hard to read the code in the smaller m4v files. However, it seems the only way to get the podcast in a feed that will auto-download is the m4v files. Any chance of getting a feed for the mov files?
I noticed the download link on the source code page downloads an archive of the source for all episodes (well both of them). Am I missing something or is there a way to download for a single episode? In the future when there are a bunch of episodes it might be inconvenient to keep downloading multiple copies of the source for all back episodes each time a new one comes out.
@MacQAGuy : I’ve submitted a MOV version of the podcast feed to iTunes. It should be available in a few days. The easiest way to download the episode source is using git.
First, run ‘git clone git://github.com/suitmymind/cappuccinocasts-episodes.git’ then, when a new episode is released, just run ‘git pull’
Thanks for doing these screencasts Thomas! They’re very helpful. Please keep it up. I’m completely new to Objective-J (or Objective-anything for that matter) and your screencasts help me to understand how everything works. Keep it up!
@ Michael Jackson : thanks for the feedback, appreciated!
If you run into a problem running your application using Firefox 3, developing locally along the lines of
“Objective-J.js (line 2178) CPObject is not defined”
and the code will not render, please check this post “problem with test app using git repo source” (Cappuccino & Objective-J) on google groups by Bakki Kudva ~ http://is.gd/nuDl
The solution is documented here ~ http://wiki.github.com/280north/cappuccino/developing-locally-in-firefox-3
[...] In this episode, I’ll explain how to install Cappuccino 0.7b and still be able to play with 0.6. I’ll assume you went through the steps described in episode #2 : Build Cappuccino from the source. [...]