MikeGodin
MikeGodin
Has there been any progress on resolving the issue that "github.com/godbus/dbus/v5" does not exist?
This affects all systems, not just Windows 10. The fix is easy, however, just edit `CMakeLists.txt `and change the line: `URL http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz` to: `URL https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz`
For those who are not familiar with patching and PRs etc, the fix is easy: just edit `CMakeLists.txt` and change the line: `URL http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz` to: `URL https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz`