-
Попытался собрать в линукс `Ubuntu 22.04.2 LTS`, собирал cmake'ом следующим образом:
`mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..`
столкнулся с тем что GERBER_X3 в некоторых своих…
-
**Host Environment**
- OS: windows
- Compiler: vcpkg-2021.05.12
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install lapack:x64-windows
**Failure logs**
Please ensure you're …
-
**Release Type**: Github
**Version**: master branch, latest commit
**Platform(s)**: Windows, VS 2022
**Describe the bug**
It seems to be impossible to build Stride using a debug configuratio…
-
### Operating system
wsl2 ubuntu 22.04
### Compiler
gcc 11.4.0
### Steps to reproduce the behavior
I change this line:
https://github.com/microsoft/vcpkg/blob/master/ports/gobject-intr…
-
Hello
I have had great success with building dependencies for libraries like this using vcpkg from Microsoft - it integrates with CMake (but needs to be version 3.20 or so) but does all the heavy l…
-
Since this library strives for modernity, integration with package manager like Conan or Vcpkg should be in order. Since library is quite simple, it should not be difficult to make such integration.
…
-
**Describe the bug**
With HTTP{S}_PROXY environment variables set, bootstrap_vcpkg script errors out.
**Environment**
- OS: Windows 10 21H2
- Compiler: -
**To Reproduce**
Steps to reproduce …
-
静态连接的方式,静态库fribidi.lib是如何处理的,用VCPKG会多出fribidi-0.dll文件来
-
The system we have for compiling native libraries for Robust is currently a mess. We need to clean this up so we can distribute natives to all platforms consistently (Fluidsynth/OpenAL Soft on macOS),…
-
I'm trying to build my project under WSL2 but always I get error on CMAKE_INSTALL_PREFIX variable being defined multiple times.
I can correctly build and run project under Windows with vcpkg instal…