mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
Merge pull request #13946 from LabNConsulting/chopps/doc-sqlite3-depend
doc sqlite3 depend
This commit is contained in:
commit
700ef0dd20
@ -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
|
||||
], [
|
||||
|
@ -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
|
||||
|
@ -22,6 +22,7 @@ RUN apt update && apt upgrade -y && \
|
||||
libpam0g-dev \
|
||||
libreadline-dev \
|
||||
libsnmp-dev \
|
||||
libsqlite3-dev \
|
||||
libtool \
|
||||
make \
|
||||
perl \
|
||||
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user