|
|
|
|
@ -8,24 +8,6 @@ libraft-dev (>= 0.17.0 required)
|
|
|
|
|
build-essential libsqlite3-dev libuv1-dev pkg-config shellcheck autoconf libtool
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## libraft-dev (>= 0.17.0) install
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git clone https://github.com/canonical/raft
|
|
|
|
|
|
|
|
|
|
cd raft
|
|
|
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
|
|
|
|
|
|
./configure
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
su
|
|
|
|
|
|
|
|
|
|
make install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Building Script
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|