|
|
|
|
@ -14,9 +14,11 @@ git clone https://github.com/canonical/raft
|
|
|
|
|
cd raft
|
|
|
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
curl -s "https://git.zfs.mx/canonical/raft-builder/raw/branch/main/configure_debian" -O
|
|
|
|
|
Download configure script [configure_debian](./configure_debian)
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
bash configure_debian
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
@ -24,7 +26,7 @@ make
|
|
|
|
|
|
|
|
|
|
## Build debian packages (.deb)
|
|
|
|
|
|
|
|
|
|
Download build script (https://git.zfs.mx/canonical/raft-builder/raw/branch/main/build-deb)
|
|
|
|
|
Download build script [build-deb](./build-deb)
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
bash build-deb
|
|
|
|
|
|