Building with less librarries, aka without zlib #144
-
Is there a way to reduce the required libs? So, zlib is there, but seems not to be the right version? I'm primarily interested in fooling with the language and the vm, not with all the ecosystem around it. The whole project looks cool :D Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Looks more like a CMake problem. Which CMake version are you using?? |
Beta Was this translation helpful? Give feedback.
-
I can't reproduce this issue despite all my attempts. Can you try with a lower version of cmake?? |
Beta Was this translation helpful? Give feedback.
I had the same issues when cloning and trying to build on Windows 10, both with
zlib
but alsoopenssl
.If you just want to build Blade, without the packages, you can edit
packages/CMakeLists.txt
and remove: