Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Sep 12, 2023
1 parent 8a42e50 commit 91e1dc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/scripts/make-all.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Helper script to build and install the P4 Control Plane software.
Build flow
==========

The script builds and installs Open vSwitch (OVS), and then builds and
installs the rest of P4 Control Plane.
The ``make-all.sh`` script builds and installs Open vSwitch (OVS), and then
builds and installs the rest of P4 Control Plane.

.. image:: make-all-build-flow.png

Expand Down Expand Up @@ -53,7 +53,7 @@ Paths
``--deps=DEPS``, ``-D DEPS``
Directory in which the Stratum dependencies for the runtime system
are installed.

P4 Control Plane will be linked with these libraries.
Use this option instead of ``--host`` if are building for the native
system (not cross-compiling).
Expand Down Expand Up @@ -143,7 +143,7 @@ Configurations
Build with ``-DCMAKE_BUILD_TYPE=Debug``.
The compiler settings will default to ``-g``.

``--minsize``
``--minsize``
Build with ``-DCMAKE_BUILD_TYPE=MinSizeRel``.
The compiler settings will default to ``-Os -DNDEBUG``.

Expand All @@ -168,7 +168,7 @@ Environment variables
May be overridden by ``--toolchain=TOOLFILE``.
Must be defined when cross-compiling.

``DEPEND_INSTALL``
``DEPEND_INSTALL``
Directory in which the Stratum dependencies for the runtime system
are installed.
Supplies the default value of the ``--deps`` option.
Expand Down

0 comments on commit 91e1dc4

Please sign in to comment.