mirror of https://github.com/perkeep/perkeep.git
BUILDING the osx client
Change-Id: Ibd62a1b4f83031f7e462c73e2574f2628636fadc
This commit is contained in:
parent
abfd09567f
commit
92d1dd2930
|
@ -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)
|
Loading…
Reference in New Issue