Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timiblossom committed Nov 2, 2014
1 parent 497ab1d commit 4b21309
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@

## Build

To build Dynomite from distribution tarbal:

$ ./configure
$ make
$ sudo make install

To build Dynomite in _debug mode_:

$ git clone [email protected]:Netflix/dynomite.git
$ cd dynomite
$ autoreconf -fvi
$ CFLAGS="-ggdb3 -O0" ./configure --enable-debug=full
$ make
$ sudo make install
Expand Down Expand Up @@ -81,6 +78,4 @@ Finally, to make writing syntactically correct configuration file easier, dynomi

## License

Copyright 2014 Netflix, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

0 comments on commit 4b21309

Please sign in to comment.