mirror of https://github.com/perkeep/perkeep.git
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
|
To build Camlistore:
|
||
|
|
||
|
1) Install Go 1.1 or later.
|
||
|
|
||
|
2) cd to the root of the Camlistore source (where this file is)
|
||
|
|
||
|
3) Run:
|
||
|
|
||
|
$ go run make.go
|
||
|
|
||
|
4) The compiled binaries should now be in the "bin" subdirectory:
|
||
|
camlistored (the server), camget, camput, and camtool.
|