Skip to content

Commit

Permalink
Add explanatory text
Browse files Browse the repository at this point in the history
- Add text stating that you need to run cmake manually after
  running the script.

Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Sep 10, 2023
1 parent 4069bf3 commit fa60983
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/scripts/config-cross-recipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ config-cross-recipe.sh
Helper script to configure CMake to cross-compile P4 Control Plane
for the Arm Compute Complex (ACC).

After running this script, you will need to issue a separate command
to build and install the software. For example:

.. code-block:: bash
cmake --build build -j8
Syntax
======

Expand Down

0 comments on commit fa60983

Please sign in to comment.