diff options
author | Jarad Olson <brotherdust+github@gmail.com> | 2018-05-15 20:01:11 +0200 |
---|---|---|
committer | Jarad Olson <brotherdust+github@gmail.com> | 2018-05-15 20:01:11 +0200 |
commit | d0648b3e674b3d784262b8356e163394e8b81cc3 (patch) | |
tree | a34bfb7cfad2cd3498361bcc85165b15d08c8e1e /doc | |
parent | Changed apt-get to sudo apt-get (diff) | |
download | frr-d0648b3e674b3d784262b8356e163394e8b81cc3.tar.xz frr-d0648b3e674b3d784262b8356e163394e8b81cc3.zip |
Fixup code block formatting errors
Signed-off-by: Jarad Olson <brotherdust+github@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer/building-frr-on-ubuntu1804.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/developer/building-frr-on-ubuntu1804.rst b/doc/developer/building-frr-on-ubuntu1804.rst index 551215803..2efa1e655 100644 --- a/doc/developer/building-frr-on-ubuntu1804.rst +++ b/doc/developer/building-frr-on-ubuntu1804.rst @@ -38,6 +38,7 @@ Protobuf ~~~~~~~~ :: + sudo apt-get install \ protobuf-c-compiler \ libprotobuf-c-dev @@ -46,6 +47,7 @@ ZeroMQ ~~~~~~ :: + sudo apt-get install \ libzmq5 \ libzmq3-dev @@ -111,18 +113,21 @@ Protobuf ~~~~~~~~ :: + --enable-protobuf ZeroMQ ~~~~~~ :: + --enable-zeromq Compile ^^^^^^^ :: + make make check sudo make install |