From 28d151a157e9066324516677dd70aaf7a5e4b694 Mon Sep 17 00:00:00 2001 From: ahmad Date: Tue, 4 Dec 2018 15:52:21 -0800 Subject: [PATCH] included readme file with necessary commad to install require packages --- README.md | 14 ++++++++++++++ testing push | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 README.md delete mode 100644 testing push diff --git a/README.md b/README.md new file mode 100644 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 index 5be8819..0000000 --- a/testing push +++ /dev/null @@ -1 +0,0 @@ -hello123 -- 2.34.1