Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Feb 28, 2025
1 parent 807697d commit 5280410
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ For XML handling, it ships with a version of pugiXML. If you want to use an exte
#### External pgiXML (Optional)
To get an external pugiXML version you may use `vcpkg` or `apt-get`.

##### vcpkg
Call CMake with `-DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake`

##### apt-get

```bash
Expand Down
7 changes: 7 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "fmi4cpp",
"dependencies": [
"pugixml"
]
}

0 comments on commit 5280410

Please sign in to comment.