This API is required by the atmo-client -c which allows C developers to easily connect to an Atmos based Storage cloud, performing the REST requests and responses.
- libcurl 7.20 or greater
Ubuntu:
sudo apt-get install libcurl.x86_64 libcurl4-openssl-dev
CentOS/RHEL:
sudo yum install libcurl-devel.x86_64 libcurl.x86_64
This package uses autotools, so the standard GNU build procedure can be used:
./configure
make
sudo make install
This installation places the librest libraries in the /usr/local/lib directory where atmos-client-c will check for this dependency.