Skip to content

Commit

Permalink
add prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Jun 14, 2021
1 parent 258333a commit 0f8cc5f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,30 @@ The core matching engine is a fully async, single threaded, memory based matchin

The archtecture is heavily inspired by Redis and [Viabtc Exchange](https://github.com/viabtc/viabtc_exchange_server)

## Prerequisite

* cmake
* librdkafka

### MacOS

```
$ brew install cmake librdkafka
```

### Ubuntu / Debian

```
# apt install cmake librdkafka-dev
```

### RedHat / CentOS / Fedora

```
# dnf install cmake librdkafka-devel
```


## Todos

* push notifications using GRPC/websockets
Expand Down

0 comments on commit 0f8cc5f

Please sign in to comment.