Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
04303a74
Commit
04303a74
authored
17 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
update info, disable abject error messages in qmake1
parent
e9ff25c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL
+11
-14
11 additions, 14 deletions
INSTALL
src/qm
+2
-2
2 additions, 2 deletions
src/qm
with
13 additions
and
16 deletions
INSTALL
+
11
−
14
View file @
04303a74
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/qm
+
2
−
2
View file @
04303a74
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment