Closed zhuyw05 closed 5 years ago
git clone https://github.com/dmikushin/binance-cxx-api.git cd binance-cxx-api mkdir build cd build/ cmake .. ./example
After cmake .. I did not find an example under build directory.
./example won't run.
Did you miss any command? Thanks.
Best.
Alex
I am also dealing with this under Ubuntu.
Thanks for spotting this, it's just a make command missing in the README, I've added it in commit 41df1e0827019efca963d9fe17dd0638002d4eb4
make
git clone https://github.com/dmikushin/binance-cxx-api.git cd binance-cxx-api mkdir build cd build/ cmake .. ./example
After cmake .. I did not find an example under build directory.
./example won't run.
Did you miss any command? Thanks.
Best.