Fixed compile script in gdax-orderbook-hpp so that it does not attempt to run the...
[c11concurrency-benchmarks.git] / README.md
1 To get things working one has to come up with the following Build/Runtime Dependencies.
2 Corresponding command for Ubuntu is included for convenience.
3
4 1. GNU ncurses
5 -- sudo apt install libncurses5-dev libncursesw5-dev
6
7 2. GNU readline
8 -- sudo apt-get install libreadline6 libreadline6-dev
9
10 3. GLIBC
11 -- sudo apt-get install libc6
12
13 4. g++ Compiler that supports C++11
14 -- sudo apt-get install g++
15
16 5. packages for Silo
17
18 sudo apt-get install libdb++-dev
19 sudo apt-get install libaio-dev
20 sudo apt-get install libjemalloc-dev