diff --git a/clients/osx/Camlistore/BUILDING b/clients/osx/Camlistore/BUILDING new file mode 100644 index 000000000..294846ab4 --- /dev/null +++ b/clients/osx/Camlistore/BUILDING @@ -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)