Skip to content
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

How to compiling for windows #19

Closed
hongbin-y opened this issue Jul 26, 2023 · 6 comments · Fixed by #28
Closed

How to compiling for windows #19

hongbin-y opened this issue Jul 26, 2023 · 6 comments · Fixed by #28

Comments

@hongbin-y
Copy link

hongbin-y commented Jul 26, 2023

This project is amazing. Now i have troubles compiling for windows. I hope you can help me.
The whole process I list here:

  1. git clone https://github.com/SarahWeiii/CoACD.git
  2. cd CoACD
  3. mkdir build
  4. cmake ..
    After those i got the CoACD.sln:
    image
    Then I compiled "main" project,but got some errors:
    image
    Please give me some tips, Thanks!
@hongbin-y hongbin-y reopened this Jul 26, 2023
@SarahWeiii
Copy link
Owner

It is non-trivial to compile the code on Windows, but we provide the Python library for Windows (cross-complied by Linux). We would suggest using the Python library, which can be installed by pip install coacd.

@hongbin-y
Copy link
Author

@SarahWeiii Thanks for your message. I had also tried python, but
image
Maybe I missed some important detials. Please point it out! Thanks!

@SarahWeiii
Copy link
Owner

Currently our library supports only win64

@hongbin-y
Copy link
Author

@SarahWeiii Thanks! My OS is win64.
image
This is the information that I searched:
https://stackoverflow.com/questions/52625099/python-incorrectly-detects-32-bit-system-on-windows-8-1-64-bit

@SarahWeiii
Copy link
Owner

You might check if you installed a 32-bit Python.

@hongbin-y
Copy link
Author

hongbin-y commented Aug 4, 2023

You might check if you installed a 32-bit Python.

@SarahWeiii From the penultimate picture we can know that i installed a 64-bit Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants