forked from Netflix/dynomite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
497ab1d
commit 4b21309
Showing
1 changed file
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |