From ac85c2fd733aae6ea24996e831eb389c2e3cc663 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 16 Mar 2019 13:51:35 -0500 Subject: update README --- README | 6 +++--- 1 file 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 -- cgit