Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Oct 16, 2024
1 parent e80eada commit 424f679
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ library and headers as follows:

```
$ autoreconf -i
$ ./configure --enable-build-raft
$ ./configure
$ make
$ sudo make install
```
Expand All @@ -112,13 +112,9 @@ to enable the linker to find `libdqlite.so`. To install to a different prefix,
replace the configure step with something like

```
$ ./configure --enable-build-raft --prefix=/usr
$ ./configure --prefix=/usr
```

The `--enable-build-raft` option causes dqlite to use its bundled Raft
implementation instead of linking to an external libraft; the latter is a
legacy configuration that should not be used for new development.

Building for static linking
---------------------------

Expand All @@ -141,7 +137,7 @@ The `contrib/build-static.sh` script demonstrates building and
testing dqlite with all dependencies (including libc) statically
linked.

Usage Notes
Usage notes
-----------

Detailed tracing will be enabled when the environment variable
Expand Down

0 comments on commit 424f679

Please sign in to comment.