included readme file with necessary commad to install require packages
authorahmad <ahmad@dw-10.eecs.uci.edu>
Tue, 4 Dec 2018 23:52:21 +0000 (15:52 -0800)
committerahmad <ahmad@dw-10.eecs.uci.edu>
Tue, 4 Dec 2018 23:52:21 +0000 (15:52 -0800)
README.md [new file with mode: 0644]
testing push [deleted file]

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++
diff --git a/testing push b/testing push
deleted file mode 100644 (file)
index 5be8819..0000000
+++ /dev/null
@@ -1 +0,0 @@
-hello123