-
Notifications
You must be signed in to change notification settings - Fork 332
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
Windows build output #266
Comments
You need to build the |
Thanks - I think I was doing so but I'm sure I'm missing something. I'll
let you know if I have more problems.
…On Thu, 24 Aug 2023 at 18:29, Assiduous ***@***.***> wrote:
You need to build the install cmake target - it will collect libraries
and include files in one folder.
DLLs are always buillt.
—
Reply to this email directly, view it on GitHub
<#266 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSNQQATE3B7JQFJ256QIM3XW56OFANCNFSM6AAAAAA35EFWYI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
So far I'm doing:
It builds but it still outputs only .lib/.pdb files and its interspersed with all the build files:
Should I be expecting an 'install' folder with all the headers, lib files and dlls in a separate folder hierarchy? |
@crystalthoughts You need to install ATL. |
Ok thanks. But what about the rest of the build output, is that normal? Seems like a lot of work to fish things out (and only static libs), and I notice the automated builds have everything nicely collected (but only dynamic libs). |
Your build failed and was aborted. |
Hi, I'm following the instructions for building on Windows. Everything builds successfully but I notice things aren't collected in one folder with submodule directories but inserted into the build folder structure. I have set the CMAKE flag as suggested but it doesn't seem to do anything. Is this expected?
Also, is there a flag I've missed to build the dlls? I don't see it in the configurations list.
Thanks for this great project.
The text was updated successfully, but these errors were encountered: