* [PATCH] doc: fix dependency setup in l2fwd-cat example guide
@ 2022-12-30 20:57 Thomas Monjalon
2023-01-11 8:50 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2022-12-30 20:57 UTC (permalink / raw)
To: dev; +Cc: stable, Tomasz Kantecki, Ciara Power, Nicolas Chautru
The environment variable PQOS_INSTALL_PATH is not used anymore,
but the documentation was not updated.
Fixes: fda34680eb9a ("examples: remove legacy sections of makefiles")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/sample_app_ug/l2_forward_cat.rst | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/doc/guides/sample_app_ug/l2_forward_cat.rst b/doc/guides/sample_app_ug/l2_forward_cat.rst
index 3ada3575ba..51621b692f 100644
--- a/doc/guides/sample_app_ug/l2_forward_cat.rst
+++ b/doc/guides/sample_app_ug/l2_forward_cat.rst
@@ -50,13 +50,12 @@ Compiling the Application
* https://github.com/01org/intel-cmt-cat
-#. To compile the application export the path to PQoS lib
- and the DPDK source tree and go to the example directory:
+To compile the application, export the path to PQoS lib:
- .. code-block:: console
-
- export PQOS_INSTALL_PATH=/path/to/libpqos
+.. code-block:: console
+ export CFLAGS=-I/path/to/intel-cmt-cat/include
+ export LDFLAGS=-L/path/to/intel-cmt-cat/lib
To compile the sample application see :doc:`compiling`.
--
2.39.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: fix dependency setup in l2fwd-cat example guide
2022-12-30 20:57 [PATCH] doc: fix dependency setup in l2fwd-cat example guide Thomas Monjalon
@ 2023-01-11 8:50 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2023-01-11 8:50 UTC (permalink / raw)
To: Nicolas Chautru; +Cc: dev, stable, Tomasz Kantecki, Ciara Power
30/12/2022 21:57, Thomas Monjalon:
> The environment variable PQOS_INSTALL_PATH is not used anymore,
> but the documentation was not updated.
>
> Fixes: fda34680eb9a ("examples: remove legacy sections of makefiles")
> Cc: stable@dpdk.org
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-11 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 20:57 [PATCH] doc: fix dependency setup in l2fwd-cat example guide Thomas Monjalon
2023-01-11 8:50 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).