-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add page with guide to install mcap with cmake (#1190)
### Changelog Add a page to `website` with the guide on how to install MCAP with Cmake. ### Description This follows conversation from https://foxglove.slack.com/archives/C02H1JXG3C3/p1719462475680899 --------- Co-authored-by: Devon Rueckner <indirectlylit@users.noreply.github.com>
- Loading branch information
1 parent
95e2b44
commit 05505c7
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
description: Build and use MCAP C++ library with CMake. | ||
--- | ||
|
||
# Build MCAP with CMake | ||
|
||
If you want to add MCAP to your C++ project that uses CMake, the third-party [olympus-robotics/mcap_builder](https://github.com/olympus-robotics/mcap_builder) repository provides a helpful wrapper. | ||
|
||
The readme file in that repository provides the steps and the context needed. |