gdax benchmark works without connecting to server
[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++