Skip to content

Commit

Permalink
README.md updated with the CMake option for a shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Jan 23, 2024
1 parent 38475b6 commit 63d512e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ $ make
$ sudo make install
```

By default, ForColormap is built as a static library by CMake, but there is an option to obtain a shared library:
```bash
$ cmake -D BUILD_SHARED_LIBS=true ..
```

You can build the examples with:
```bash
$ cmake -D BUILD_FORCOLORMAP_EXAMPLES=true ..
Expand Down

0 comments on commit 63d512e

Please sign in to comment.