Dan Paulat
Dan Paulat
This is fixed in the v0.4.6 release
I'll look into this. I'm wondering if it's on a radar site with a base tilt of less than 0.5 degrees.
settings.json defines default radar products in the map section. These are set to N0x. As a [not so great] workaround you should be able to manually edit the file to...
Make sure you clone submodules: `git submodule update --init --recursive`
Ah, I understand. The source package only contains source code for Supercell Wx, not any of its dependencies. You'll need to clone the repository using git instead. The documentation needs...
You can enable longer paths with this: `git config --system core.longpaths true` Then, re-run the submodule command.
I wouldn't recommend running those commands using sudo. You've cloned the repository as your user, and then using sudo, trying to act upon the repository as root. That warning lets...
This is downloading source code and/or pre-built libraries in order to build Supercell Wx. Pre-built libraries are downloaded where available, some libraries have custom configurations for which no pre-built binary...
I expect that to help. In my environment, I've modified my conan config to use a second drive. Despite you putting the source code on an external drive, Conan still...
It doesn't look like the directory junction is causing issues. > ConanException: VS non-existing installation: Visual Studio 17 Do you have Visual Studio 2022 installed, and to a standard location?...