From 528a9c7ae2a102f647a7f1e7c35a952f5e52695f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 20 Oct 2021 12:19:53 -0400 Subject: [PATCH] Update CONTRIBUTING.md [ci skip] --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d2918ec..40496b37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,9 @@ go install ./... $GOPATH/bin/rqlited ~/node.1 ``` +### Linking behavior +Note that the above commands build a dynamically-linked version of `rqlited`. When officially released, `rqlited` statically links all its requirements e.g. `libc`. + ### Raspberry Pi The process outlined above will work for Linux, OSX, and Windows. For Raspberry Pi, check out [this issue](https://github.com/rqlite/rqlite/issues/340).