Skip to content

Commit

Permalink
update docs with the new cmake and macos integration
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRayskiy committed Dec 28, 2022
1 parent fd58e4e commit 7f60675
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doxygen/Integration.dox
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ Make sure you copy all dlls from `distribution\install\app\$(Configuration);` to
\endparblock

\section Linux Ubuntu/Fedora
You can download [dev package](https://github.com/MeshInspector/MeshLib/releases) and install it with your Linux OS package manager
You can download [dev package](https://github.com/MeshInspector/MeshLib/releases) and install it with your Linux OS package manager. Examples of integration with cmake can be found in the `./examples` directory.

\section MacOS
Same as for Linux, but requires brew packages to be installed:
`xargs brew install < /Library/Frameworks/MeshLib.framework/Versions/Current/scripts/macos.txt`

*/

Expand Down
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,14 @@ python3 ./scripts/local_server.py
# Integration

## Linux Ubuntu/Fedora
You can download [dev package](https://github.com/MeshInspector/MeshLib/releases) and install it with your Linux OS package manager
You can download [dev package](https://github.com/MeshInspector/MeshLib/releases) and install it with your Linux OS package manager.
Examples of integration with cmake can be found in the `./examples` directory.


## MacOS
Same as for Linux, but requires brew packages to be installed:
`xargs brew install < /Library/Frameworks/MeshLib.framework/Versions/Current/scripts/macos.txt`


## Windows
There are two general options of integrating MeshLib into your project:
Expand Down

0 comments on commit 7f60675

Please sign in to comment.