summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@intel.com>2018-06-04 09:43:39 -0700
committerAndre Guedes <andre.guedes@intel.com>2018-06-04 09:43:39 -0700
commit070b1204df0e79fc9d1481d313f07e6ed4350a2c (patch)
tree62c534972ecbffe4a687aac676be4ae7b06acf15
parent9b96ee647da61ffdf06dad031d06b8b13228e697 (diff)
downloadOpen-AVB-070b1204df0e79fc9d1481d313f07e6ed4350a2c.tar.gz
libavtp: Fix README.md
This patch fixes information about building libavtp library. The command 'ninja -C build' builds libavtp library as well as unit tests. So in order to be specific, this patch fixes the command so it builds only libavtp library.
-rw-r--r--lib/libavtp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libavtp/README.md b/lib/libavtp/README.md
index 4aa025b0..bb099d4c 100644
--- a/lib/libavtp/README.md
+++ b/lib/libavtp/README.md
@@ -23,7 +23,7 @@ Then build libavtp by running the following command. The building artifacts
will be created under the build/ in the top-level directory.
```
-$ ninja -C build
+$ ninja -C build/ libavtp.so
```
To install libavtp on your system run: