How to build OpenCascade with Emscripten #71
Unanswered
Anyicheng2015
asked this question in
Q&A
Replies: 3 comments 3 replies
-
Hey there, try to add Also, OpenCascade has a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried to build OpenCascade with Emscripten by myself, but failed.
The root cause is that I don't know how to build FreeType with Emscripten.
Or is there any way to skip Freetype?
My practice is:
Remove lines below, opencascade-7.5.0\CMakeLists.txt, but not work:
Tried to build freetype, but get errors:
BROTLIDEC_INCLUDE_DIRS-NOTFOUND
BROTLIDEC_LIBRARIES-NOTFOUND
BZIP2_INCLUDE_DIR-NOTFOUND
BZIP2_LIBRARY_RELEASE-NOTFOUND
Search the internet, I didn't find what is BROTLIDEC, maybe due to that I'm not familiar with FreeType.
Could you help me?
Do you have any suggestions?
Thanks,
Andy
Beta Was this translation helpful? Give feedback.
All reactions