-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |