diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-03-16 13:51:35 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-03-16 13:51:35 -0500 |
commit | ac85c2fd733aae6ea24996e831eb389c2e3cc663 (patch) | |
tree | 862a15dc32a89e6524b8fe67062f3d4cb6e08b38 | |
parent | 21f3e210459ede151b63c5764d50dd7ba9fcd92d (diff) | |
download | sddm-ac85c2fd733aae6ea24996e831eb389c2e3cc663.tar.gz sddm-ac85c2fd733aae6ea24996e831eb389c2e3cc663.tar.bz2 sddm-ac85c2fd733aae6ea24996e831eb389c2e3cc663.zip |
update 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 |