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

feat: build zeromqjs with CMake and vcpkg #665

Merged
merged 31 commits into from
Oct 21, 2024
Merged

feat: build zeromqjs with CMake and vcpkg #665

merged 31 commits into from
Oct 21, 2024

Conversation

aminya
Copy link
Member

@aminya aminya commented Oct 20, 2024

This removes all the node-gyp specific build scripts replacing it with CMake and vcpkg. This simplifies the build process and right out of the bat, most of the previously failing tests are now passing!
It also allows us to easily enable draft, curve, or web socket support.

Additionally, we don't have to interact with libzmq repository directly as the build is taken care of by Microsoft/vcpkg, and they are very open to contributions.

Related to #640
Related to #638
Related to #557
Fixes #662
Fixes #576

@aminya aminya force-pushed the cmake-ts branch 2 times, most recently from 896bf97 to 80ee865 Compare October 20, 2024 10:46
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 this pull request may close these issues.

Proxy not working from version v6.0.0-beta.20 to v6.0.8 Statement from the maintainer
1 participant