binance-exchange / binacpp

Binance C++ library
MIT License
209 stars 108 forks source link

Build process upgrade #34

Open alexanderkoumis opened 5 years ago

alexanderkoumis commented 5 years ago

This project's Makefile depends on specific version of libraries. For Binance's official C++ API this is pretty questionable. Should be a CMakeLists.txt that accepts a range of library versions and not use precompiled libraries included in the repo, but the libraries on the user's machine. Maybe Binance can have a contest awarding BNB for a community member to make the build process more robust if they want to see more adoption of this library.