-
So i have followed the installation process for installing the library as mentioned in the git repo. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The default install location should be Alternative if you don't need to build it yourself, you can use the vcpkg version provided. I worked on a project for my studies and did a "How to get started" maybe it'll help you: |
Beta Was this translation helpful? Give feedback.
-
Did you do everything through vcpkg? Did you also run With those add: for example mine are: c:\dev\vcpkg\installed\x64-windows\bin That should let you use |
Beta Was this translation helpful? Give feedback.
To do everything in vcpkg just tell it
vcpkg install openvdb
That will build all the dependencies AND the current port of openvdb (11.0 at the time of this writing)