Skip to content

Commit 5422b66

Browse files
committed
updated ma-libs to ensure compilation when dependencies are locally installed
1 parent d92ecde commit 5422b66

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Further update of the submodule can be done with the command:
4242
4. Compile the libraries in `ma-libs`
4343
```
4444
cd externals/ma-libs
45+
# optional steps if dependencies are not installed globally
46+
# ./manage_dependency_libraries.sh -d
47+
# ./manage_dependency_libraries.sh -b
4548
./cbuild.sh --build-type Debug --cmake-params "-DCPP_LIBNN=ON -DCPP_LIBGRAPHIC_ENGINE=ON"
4649
./cbuild.sh --build-type Release --cmake-params "-DCPP_LIBNN=ON -DCPP_LIBGRAPHIC_ENGINE=ON"
4750
cd ../..

0 commit comments

Comments
 (0)