Skip to content

Commit f8de367

Browse files
committed
Update building hints for shared lib
1 parent 9a2f298 commit f8de367

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ std::cout << road_network_mesh.get_mesh().get_obj() << std::endl;
3737
```
3838
3939
## Build
40-
To build a static library by default, simply run:
40+
To build a static library with tests by default, simply run:
4141
```bash
4242
mkdir build
4343
cd build
@@ -49,6 +49,7 @@ If requiring a shared library, use:
4949
```bash
5050
cmake -DBUILD_SHARED_LIBS=ON ..
5151
```
52+
In this case, tests are deactivated.
5253

5354
## Viewer
5455
Check out the viewer at [odrviewer.io](https://odrviewer.io) which uses this library. Use the [odrviewer project](https://github.com/pageldev/odrviewer) to post issues and feature requests for odrviewer.io.

0 commit comments

Comments
 (0)