From: ahmad Date: Tue, 4 Dec 2018 23:52:21 +0000 (-0800) Subject: included readme file with necessary commad to install require packages X-Git-Url: http://demsky.eecs.uci.edu/git/?p=c11concurrency-benchmarks.git;a=commitdiff_plain;h=28d151a157e9066324516677dd70aaf7a5e4b694 included readme file with necessary commad to install require packages --- 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