tenacityteam / saucedacity

THIS REPO IS NOT MAINTAINED ANYMORE. Please see https://codeberg.org/tenacityteam/tenacity for Tenacity, which is maintained.
https://codeberg.org/tenacityteam/tenacity
Other
148 stars 5 forks source link

Provide build instructions on Windows without vcpkg #83

Open Rossmaxx opened 1 year ago

Rossmaxx commented 1 year ago

I have vcpkg preconfigured and use it to build stuff occasionally. Is it possible to use local version of vcpkg instead of the submodule? if yes, what should i pass to the command line and what dependencies should i get before building?

generic-pers0n commented 1 year ago

You can use a local version of vcpkg, although will need the overlay directory from our version.

On the command line, you can pass -DVCPKG_ROOT=\path\to\local\vcpkg\ to use your versionf of vcpkg instead of our submodule.

Keep in mind that we are using an unmerged vcpkg port of wxWidgets due to build issues. Maybe one day this won't be relevant anymore...