From c55f8021fdbfa9473fc8d5a3a5e8e8748be2b32b Mon Sep 17 00:00:00 2001 From: Maxim Pashchenkov Date: Wed, 5 Oct 2022 13:57:13 +0300 Subject: [PATCH] Updated Graph API (markdown) --- Graph-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graph-API.md b/Graph-API.md index e6d565e..7a71007 100644 --- a/Graph-API.md +++ b/Graph-API.md @@ -62,7 +62,7 @@ cmake /path-to-opencv -DPlaidML2_DIR=path-to-miniconda3/share/plaidml2 -DWITH_PL $ git checkout v1.5.1 $ git submodule update --init $ ./build.sh --config Release --build_shared_lib --parallel \ - $ --cmake_extra_defines CMAKE_INSTALL_PREFIX=install + $ --cmake_extra_defines CMAKE_INSTALL_PREFIX=/path-to-install-dir $ cd build/Linux/Release $ make install ```