Skip to content
Snippets Groups Projects

Resolve "remove `vision_utils/` from the path found by Findvision_utils"

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -96,8 +96,8 @@ To do that, execute
make install
```
as root and the shared libraries will be copied to `/usr/local/lib/<vision_utils>` directory
and the header files will be copied to `/usr/local/include/<vision_utils>` directory. At
as root and the shared libraries will be copied to `/usr/local/lib` directory
and the header files will be copied to `/usr/local/include/vision_utils` directory. At
this point, the library may be used by any user.
To remove the library from the system, exceute
Loading