Skip to content

Commit

Permalink
Merge pull request #13946 from LabNConsulting/chopps/doc-sqlite3-depend
Browse files Browse the repository at this point in the history
doc sqlite3 depend
  • Loading branch information
ton31337 authored Jul 7, 2023
2 parents 30f511e + 055f499 commit 700ef0d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,7 @@ EOF
cat >> "${srcdir}/.ccls" <<EOF
%c $(echo ${FRR_ALL_CCLS_CFLAGS} | sed -e 's/ */\n%c /g')
%c -Wno-unused-function
%c -Wno-microsoft
EOF
fi
], [
Expand Down
11 changes: 11 additions & 0 deletions doc/developer/building-frr-for-ubuntu2204.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docker/ubuntu-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt update && apt upgrade -y && \
libpam0g-dev \
libreadline-dev \
libsnmp-dev \
libsqlite3-dev \
libtool \
make \
perl \
Expand Down Expand Up @@ -112,6 +113,7 @@ RUN cd ~/frr && \
--enable-multipath=64 \
--enable-user=frr \
--enable-group=frr \
--enable-config-rollbacks \
--enable-vty-group=frrvty \
--enable-snmp=agentx \
--enable-scripting \
Expand Down

0 comments on commit 700ef0d

Please sign in to comment.