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

update info, disable abject error messages in qmake1

parent e9ff25c4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ Requirements:
gcc // standard C compiler
g++ // C++ compiler
qmake // a Qt tool --- TODO: should be replaced by something less ugly
git // distributed revision control system
gsl // GNU Scientific Library. Minimally, gslcblas is needed
readline
......@@ -19,8 +18,16 @@ history // standard tools, we need the developer version for .h files
fftw3 // the fastest Fourier transform in the West
libxml2 // to read acq2 und acq3 --- TODO: to be removed soon
TODO: for Debian and Redhat users, we should list more specifically
which packets are required
TODO: We should list more specifically which packets are required
under Debian, Fedora, ...
Distributed along with Frida2:
------------------------------
qmake1 // a Qt tool --- TODO: should be replaced by something less ugly
// on Fedora, it produces tons of error messages
yaml // read in YAML data format
lmfit // in separate git repository
Download:
---------
......@@ -35,16 +42,6 @@ $ cd ~
$ git clone http://iffwww.iff.kfa-juelich.de/~wuttke/lmfit.git/
$ git clone http://iffwww.iff.kfa-juelich.de/~wuttke/frida2.git/
Prepare binary installation:
----------------------------
// By default, the frida executable will be installed in ~/bin.
// Either create this directory,
$ mkdir ~/bin
// or modify the "TARGET" entry in ~/frida2/src/qm
Compile lmfit:
--------------
......@@ -71,7 +68,7 @@ Compile frida2:
---------------
$ cd ~/frida2/src
$ qm // make makefile, using qmake; then make
$ qm // make project, makefile, make
// if everything goes well, this will produce the executable ~/bin/frida2
......
......@@ -7,8 +7,8 @@ echo "make project:"
"TARGET = ../../bin/frida2" \
"CONFIG = debug" \
"YACC = /usr/bin/bison" \
"INCLUDEPATH += /usr/include/libxml2"
"INCLUDEPATH += /usr/include/libxml2" 2> /dev/null
echo "make Makefile:"
../qmake1
../qmake1 2> /dev/null
echo "make:"
make
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