diff options
author | Christian Hopps <chopps@labn.net> | 2023-07-06 23:57:48 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-07-07 00:08:15 +0200 |
commit | 055f4997b4d42e59add86409ddc7ccb68e120e6b (patch) | |
tree | c569e36e31719c756a640c90d0b91aac34c7b833 /doc/developer | |
parent | build: disable warning for m$ extension use (diff) | |
download | frr-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.rst | 11 |
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 |