Problems with install-deps.ps1 on Windows #1067
adriancostin6
started this conversation in
Development
Replies: 2 comments 6 replies
-
Just make sure you have qt5, qt6, and a full qt window management environment fully functional. 'harfbuzz 7.1.*' is the current pull. I'm not sure using tools such as Contour Terminal can be achieved in the limited proprietary environment provided by Microsoft. In Arch Linux, I recompiled my qt environment before compiling Contour as a few dependencies were a few months out of date, it's now my favorite terminal. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hi @adriancostin6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Helllo everybody,
When trying to get a local build of Contour on my machine, I got stuck at installing all the dependencies with the powershell script. It errors out when trying to build harfbuzz.
After having a closer look at it, my best guess is that this is a vcpkg issue, as I was able to build harfbuzz just fine on it's own. Granted, I have done so using GCC, not MSVC. Is there any way to be explicit about which compiler I want vckpkg to use?
Massive logfile dump posted below for context, from harfbuzz\package-x64-windows-dbg-out.log.
Beta Was this translation helpful? Give feedback.
All reactions