Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Mar 1, 2023
1 parent 0411140 commit 044c04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This repository provides a C binding based on the main [Zenoh implementation wri
The result of installation is the header files in `include` directory, the library files in `lib` directory and cmake package configuration files for package `zenohc` in `lib/cmake` directory. The library later can be loaded with CMake command `find_package(zenohc)`.
Link to targets `zenohc::lib` for dynamic library and `zenohc::static` for static one in your CMakeLists.txt configuration file.

Installation of debug configuration will install package `zenohc_debug` installed side-by-side with release `zenohc` library package.
For `Debug` configuration the library package `zenohc_debug` is installed side-by-side with release `zenohc` library. Suffix `d` is added to names of library files (`libzenohc*d*.so`).

4. VScode

Expand Down

0 comments on commit 044c04a

Please sign in to comment.