-
Notifications
You must be signed in to change notification settings - Fork 649
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
Integrating cURL into cmake #1336
Conversation
@jmjatlanta Do you have time and an environment to test this? |
I have a macOS and Ubuntu 18.04 environment. I need to take a longer look at my Windows VM and figure out why I can't build there. It has never worked (seems to be something fishy with cmake's findBoost.cmake). I will attack mac and linux first, and then see what I can do for Windows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows: Using the instructions at WinDevEnv I built the develop branch. It failed due to not finding the header file curl.h. I then checked out the curl-cmake branch and built it without errors.
I then tested the curl-cmake branch on Ubuntu 18.04. It also built without errors.
added WinDevEnv to wiki index https://github.com/bitshares/bitshares-core/wiki#building |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elasticsearch plugins working ok with this changes from linux.
The original PR is #1329, will continue the work in this PR.
Todo: