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 % autoconf
-
Use configure script to generate make files:
% ./configure
-
Build and install the program:
% make # make install
After these steps btclient binary should be available for using.