Skip to content

Commit

Permalink
Add notes on building to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Terei committed Jan 3, 2013
1 parent 8230dc1 commit 99919d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ memcached is a high-performance, distributed memory object caching system,
generic in nature, but intended for use in speeding up dynamic web applications
by alleviating database load.

Building
--------
$ phpize
$ ./configure
$ make
$ make test

Resources
---------
* [libmemcached](http://tangent.org/552/libmemcached.html)
Expand Down

0 comments on commit 99919d5

Please sign in to comment.