From 0900a22d8470e48c5e89e0057cc2df480cfd0b03 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 14 May 2019 10:22:24 -0500 Subject: update README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index ec6864e..b5cc65d 100644 --- a/README +++ b/README @@ -72,8 +72,8 @@ static library. and then you have to edit the Makefile to add: - CFLAGS=-fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES -I/home/tlatorre/local/include/ - LDLIBS=-fdiagnostics-color -lm -lgsl -lgslcblas -L/home/tlatorre/local/lib64 -l:libnlopt.a -lstdc++ + CFLAGS=-fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES -I/home/tlatorre/local/include + LDLIBS=-fdiagnostics-color -lm -L/home/tlatorre/local/lib64 -l:libnlopt.a -L/home/tlatorre/local/lib -l:libgsl.a -l:libgslcblas.a -lstdc++ Fitting Events ============== -- cgit