Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed May 23, 2023
1 parent 081cb7d commit fe8a909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $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`.
Note that the above commands build a version of `rqlited` that dynamically links _libc_. When officially released, `rqlited` for certain CPU architectures will statically link all code, including libc. The SQLite source code is **always** part of rqlite however, and you never need any SQLite library (often named `libsqlite3`) on your host machine.

### Raspberry Pi
The process outlined above will work for Linux, OSX, and Windows. For Raspberry Pi, check out [this GitHub issue](https://github.com/rqlite/rqlite/issues/340).
Expand Down

0 comments on commit fe8a909

Please sign in to comment.