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