included readme file with necessary commad to install require packages
[c11concurrency-benchmarks.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..f06a376
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+To get things working one has to come up with the following Build/Runtime Dependencies.
+Corresponding command for Ubuntu is included for convenience.
+
+1. GNU ncurses
+-- sudo apt install libncurses5-dev libncursesw5-dev
+
+2. GNU readline
+-- sudo apt-get install libreadline6 libreadline6-dev
+
+3. GLIBC
+-- sudo apt-get install libc6
+
+4. g++ Compiler that supports C++11
+-- sudo apt-get install g++