robison / aws-sdk-cpp-deb

AWS C++ SDK Debian packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS C++ SDK Debian packages

AWS C++ SDK packaged as .debs.

Build

	make VERSION=<version>

Install

Debs are published to http://dl.bintray.com/lucidsoftware/apt/

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
echo 'deb http://dl.bintray.com/lucidsoftware/apt/ main contrib' > /etc/apt/sources.list.d/lucidsoftware-contrib.list

apt-get update
apt-get install libaws-cpp-sdk-s3 # shared library
apt-get install libaws-cpp-sdk-s3-dev # headers

About

AWS C++ SDK Debian packages


Languages

Language:Makefile 78.5%Language:HTML 21.5%