aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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