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