neka-nat / python-forexconnect

Python binding of forexconnect api
39 stars 24 forks source link

Boost Version #2

Closed joaofranca closed 8 years ago

joaofranca commented 8 years ago

Can you specify which boost version you are using?

EDIT: Instead of manually compiling the boost library, I installed it with sudo apt-get install libboost-log-dev libboost-date-time-dev libboost-python-dev and everything just got working fine.

neka-nat commented 8 years ago

I confirmed compiling boost 1.54. If the OS you use is ubuntu 14.04, boost version is 1.54.

I will add version of used libraries to README. Thank you.