summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-07-06 23:57:48 +0200
committerChristian Hopps <chopps@labn.net>2023-07-07 00:08:15 +0200
commit055f4997b4d42e59add86409ddc7ccb68e120e6b (patch)
treec569e36e31719c756a640c90d0b91aac34c7b833 /doc/developer
parentbuild: disable warning for m$ extension use (diff)
downloadfrr-055f4997b4d42e59add86409ddc7ccb68e120e6b.tar.xz
frr-055f4997b4d42e59add86409ddc7ccb68e120e6b.zip
doc: document sqlite3 depend and add to docker build
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/building-frr-for-ubuntu2204.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/developer/building-frr-for-ubuntu2204.rst b/doc/developer/building-frr-for-ubuntu2204.rst
index 6b941b367..7e62d8576 100644
--- a/doc/developer/building-frr-for-ubuntu2204.rst
+++ b/doc/developer/building-frr-for-ubuntu2204.rst
@@ -50,6 +50,17 @@ This is optional
sudo apt-get install protobuf-c-compiler libprotobuf-c-dev
+
+Config Rollbacks
+^^^^^^^^^^^^^^^^
+
+If config rollbacks are enabled using ``--enable-config-rollbacks``
+the sqlite3 developer package also should be installed.
+
+.. code-block:: console
+ sudo apt install libsqlite3-dev
+
+
ZeroMQ
^^^^^^
This is optional