From 92d1dd2930c7b75f5eaacbe7fb74f61344924230 Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Sat, 4 Jan 2014 15:57:11 -0800 Subject: [PATCH] BUILDING the osx client Change-Id: Ibd62a1b4f83031f7e462c73e2574f2628636fadc --- clients/osx/Camlistore/BUILDING | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 clients/osx/Camlistore/BUILDING 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)