-
Notifications
You must be signed in to change notification settings - Fork 74
Add or link to documentation on building on Windows #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you have CMake installed? That should be all that's required. https://cmake.org/download/ If you're able to get this working, please report back in detail what you did so I can incorporate it into the documentation. Thanks! |
Hello, But i must say i have an Rust-Installation without rustup. The rust-win-64-gnu.....msi:). And the compiling of an windows binary is possible without an msys2-installation. No i have a complete mingw64/bin path and mingw64/pacman has follwing
|
Short Question: I think it is the problem that i use gnu-toolchain. I think. But the fork from @th0rex has no possibility to ask him directly in issues or messages. And i think this is an important question for all that uses the gnu-toolchain on windows. MSVC are Microsoft and the licences are from MIcrosoft and every software 2015-buildtools and 2017-buildtools want a agrree for spionage from me;).
thx PS: Why cannot mingw build an dynamical library under windows? |
The problem here is, unfortunately, not with |
@LeoTindall Thx for the link, very interesting to read. I think use a precompiled libui.dll is not possible why the licence from MSVC are not free software compatible. But if i have an libui.dll compiled under an MSVC-Env what must i made that cargo/rust don't compile the ui-sys/libui and take the libui.dll? Unfortunately you have no possibility for an issue. Can i you ask: Is your Repo with the static fix functionelly? And when the fix is functionally how can i use the static feature? If i build with cargo the ui-sys/folder directly all functioned but i don't know how can i use the static feature in a new cargo project with depencies on your git-repo or with a cloned repo from you? I personally try the cmakelist.txt hacks on the libui-issue. |
Hello,
this is the gui-lib that i have searched but i have problems to compile ui-sys with a rust msys2-toolchain.
I have both first a new project with cargo-deps and a git clone. Can anybody shortly explain how i can correct setup cmake enviromnt that i can compile ui-sys.
thx
The text was updated successfully, but these errors were encountered: