aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-03-16 13:51:35 -0500
committertlatorre <tlatorre@uchicago.edu>2019-03-16 13:51:35 -0500
commitac85c2fd733aae6ea24996e831eb389c2e3cc663 (patch)
tree862a15dc32a89e6524b8fe67062f3d4cb6e08b38
parent21f3e210459ede151b63c5764d50dd7ba9fcd92d (diff)
downloadsddm-ac85c2fd733aae6ea24996e831eb389c2e3cc663.tar.gz
sddm-ac85c2fd733aae6ea24996e831eb389c2e3cc663.tar.bz2
sddm-ac85c2fd733aae6ea24996e831eb389c2e3cc663.zip
update README
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 8eda084..8d28c92 100644
--- a/README
+++ b/README
@@ -13,10 +13,10 @@ Then, to build everything you just type:
$ make
-Some of the test programs also require the plot program which can be installed
+Some of the test programs also require plot and gnuplot which can be installed
with:
- $ yum install plotutils
+ $ yum install plotutils gnuplot
Installing GSL
==============
@@ -98,7 +98,7 @@ Edit the Makefile and add the following flags:
CFLAGS=-fsanitize=address
LDLIBS=-fsanitize=address
-and make sure that -lasan is the first library in the list. Then, recompile:
+Then, recompile:
$ make clean
$ make