Skip to content

Building with less librarries, aka without zlib #144

Answered by BenStigsen
aosenkidu asked this question in Q&A
Discussion options

You must be logged in to vote

I had the same issues when cloning and trying to build on Windows 10, both with zlib but also openssl.
If you just want to build Blade, without the packages, you can edit packages/CMakeLists.txt and remove:

add_subdirectory(json)
add_subdirectory(sqlite)
add_subdirectory(ssl)
add_subdirectory(curl)
add_subdirectory(zlib)
if(NOT DISABLE_CLIB)
  add_subdirectory(clib)
endif()

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@aosenkidu
Comment options

Comment options

You must be logged in to vote
2 replies
@BenStigsen
Comment options

Answer selected by aosenkidu
@mcfriend99
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants