This is C++ implementation for BTC-E.com API.
- To prepare building environment you will need:
- Also the program uses the following libraries:
- libcurl to work over HTTPS;
- libcrypto to compute message authentication codes;
- libjsoncpp to parse JSON responses from BTC-E.com.
Generate configure script:
% aclocal % automake --add-missing % autoconfUse configure script to generate make files:
% ./configureBuild and install the program:
% make # make install
After these steps btclient binary should be available for using.