Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10,711 changes: 0 additions & 10,711 deletions Makefile.in

This file was deleted.

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,24 @@ To compile the libmemcached library

a) On Amazon Linux 201509 AMI

> sudo yum install gcc gcc-c++ autoconf libevent-devel
> sudo yum update

> sudo yum install gcc gcc-c++ autoconf libevent-devel git libtool

b) On Ubuntu 14.04 AMI

> sudo apt-get update

> sudo apt-get install libevent-dev gcc g++ make autoconf libsasl2-dev
> sudo apt-get install libevent-dev gcc g++ make autoconf libsasl2-dev git libtool

3) Pull the repository and compile the code

> git clone https://github.com/awslabs/aws-elasticache-cluster-client-libmemcached.git

> cd aws-elasticache-cluster-client-libmemcached

> sudo autoreconf -vfi (This will [remake build system files](http://www.tutorialspoint.com/unix_commands/autoreconf.htm) in the directory trees driven by configure.ac)

> mkdir BUILD

> cd BUILD
Expand Down
Loading