How to Install osgearth Triton With vcpkg? #2339
Answered
by
gwaldron
pusia1
asked this question in
Support Q&A
-
How to Install osgearth Triton With vcpkg? I want to install osgearth and triton with vcpkg. How do I configure the portfile of vcpkg? |
Beta Was this translation helpful? Give feedback.
Answered by
gwaldron
Sep 22, 2023
Replies: 1 comment
-
I haven't tried it myself, but you can probably just find the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gwaldron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't tried it myself, but you can probably just find the
vcpkg_cmake_configure
command and add the defines you need. First you would need to change-DOSGEARTH_BUILD_TRITON_NODEKIT=OFF
toON
. Then you probably need to set the location of the Triton includes and libraries using the-D
option, includingTRITON_INCLUDE_DIR
andTRITON_LIBRARY
. Let me know if that works.