You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2014/11/17 18:33:25 UTC

[08/19] lucy-clownfish git commit: Add INSTALL doc for Go CFC bindings.

Add INSTALL doc for Go CFC bindings.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/37a088a5
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/37a088a5
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/37a088a5

Branch: refs/heads/go_bindings_1
Commit: 37a088a5a5074bec45a025af3094fd454fecfccc
Parents: 6accbdd
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Tue Nov 4 17:13:55 2014 -0800
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Fri Nov 14 16:45:37 2014 -0800

----------------------------------------------------------------------
 compiler/go/INSTALL | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/37a088a5/compiler/go/INSTALL
----------------------------------------------------------------------
diff --git a/compiler/go/INSTALL b/compiler/go/INSTALL
new file mode 100644
index 0000000..3d44031
--- /dev/null
+++ b/compiler/go/INSTALL
@@ -0,0 +1,20 @@
+Apache Clownfish symbiotic object system -- CFC compiler Go bindings
+--------------------------------------------------------------------
+
+These are temporary installation instructions for developers working on the
+Apache Clownfish Go (golang) bindings.
+
+Make sure you have your GOPATH set, then clone the Clownfish git repository.
+
+    mkdir -p $GOPATH/src/git-wip-us.apache.org/repos/asf
+    cd $GOPATH/src/git-wip-us.apache.org/repos/asf
+    git clone https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git lucy-clownfish.git
+    cd lucy-clownfish.git/compiler/go
+
+From the `compiler/go` directory within the checkout, run `build.go`:
+
+    go run build.go
+    go run build.go test
+    go run build.go install
+    go run build.go clean
+