Skip to content
Snippets Groups Projects
Commit 9afcf78f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

-lncurses required on Fedora

parent 04303a74
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
rm -f *_lex.* *_yacc.*
echo "make project:"
../qmake1 -project "unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lfftw3 -lxml2 -L../../lmfit -llmmin -L../yaml/src -lyaml " \
../qmake1 -project "unix:LIBS += -lgsl -lgslcblas -lncurses -lreadline -lhistory -lfftw3 -lxml2 -L../../lmfit -llmmin -L../yaml/src -lyaml " \
"DEFINES += _FILE_OFFSET_BITS=64" \
"OBJECTS_DIR = ./obj" \
"TARGET = ../../bin/frida2" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment