github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/BUILDING (about)

     1  To build Camlistore:
     2  
     3  1) Install Go 1.1 or later.
     4  
     5  2) cd to the root of the Camlistore source (where this file is)
     6  
     7  3) Run:
     8  
     9     $ go run make.go
    10  
    11  4) The compiled binaries should now be in the "bin" subdirectory:
    12     camlistored (the server), camget, camput, and camtool.