Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sherbondy committed Sep 30, 2012
1 parent 055c754 commit 48e4312
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Building assignment 2 on Mac OS is a little bit more involved than the previous
two assignments. You'll need to install a copy of [FLTK](http://www.fltk.org/).
I suggest using [Homebrew](http://mxcl.github.com/homebrew/) for this. Once
you've got homebrew installed, just run:
```
brew install fltk
```

Another thing: since we've been relying so heavily on vecmath for all of the
projects, I went ahead and made a separate repository for it. To grab vecmath,
just call:
```
git submodule init && git submodule update
```

Now, you should be able to call `make` as usual.

Enjoy. [Email me]([email protected]) if you run into any issues.
2 changes: 1 addition & 1 deletion vecmath
Submodule vecmath updated 1 files
+ lib/libvecmath.a

0 comments on commit 48e4312

Please sign in to comment.