diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |