Merge "BUILDING the osx client"

This commit is contained in:
Brad Fitzpatrick 2014-01-05 00:00:23 +00:00 committed by Gerrit Code Review
commit a9fbe74c3a
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
1. Install Go.
2. Install xcode.
3. From top-level directory:
$ go run make.go
(this will create bin/camlistored, bin/cammount, and bin/camput)
4. From this directory:
$ xcodebuild
(this will create build/Release/Camlistore.app)