Skip to content

Commit

Permalink
Merge pull request #56 from maralla/build-instruction
Browse files Browse the repository at this point in the history
Updated build instruction
  • Loading branch information
maralla committed May 18, 2016
2 parents 2a1a73f + 31e2cfb commit 91d4c0e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Features
* Fast.
* Lightweight.
* Painless upgrade to official redis cluster from twemproxy.
* Zero dependencies.
* Multiple threading.
* Reuseport support.
* Pipeline support.
Expand All @@ -40,7 +39,8 @@ Requirements
Build
-----

Just make:
If use the releases downloaded from
[releases page](https://github.com/eleme/corvus/releases), just make:

```
$ make
Expand All @@ -52,6 +52,15 @@ With debug mode enabled:
make debug
```

If build from latest source:
```bash
git clone https://github.com/eleme/corvus.git
cd corvus
git submodule update --init
make deps # need autoconf
make
```

Binary can be found at `./src/corvus`.

Configuration
Expand Down

0 comments on commit 91d4c0e

Please sign in to comment.