Skip to content
oneup edited this page Sep 13, 2010 · 1 revision

for puit development you’ll need ruby & the gosu gem.

mac os

libraries
open a terminal and say

sudo gem install gosu

to install gosu

git

get & run git os x installer

signup on github and follow the git setup tutorial

commands you’ll need on a daily basis:

git status see what files have changed

git pull update from repository

git add ... add files for commit
git commit -m "..." checkin changes & add commit message
git push origin master send changes to repository

Clone this wiki locally