forked from RTMilliken/EDFbrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
47 lines (22 loc) · 1.03 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Requirements
============
Qt http://qt-project.org/
Minimum version 4.7.1 or later, preferable 4.8.6
Do not use Qt 5.x.x to compile EDFbrowser, Qt5 is not yet ready for production use. It contains still bugs that affects EDFbrowser.
The GCC compiler on Linux or Mingw-w64 on windows. <http://mingw-w64.sourceforge.net/>
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/threads-posix/dwarf/i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z/download
Please, do not use any microsoft tools or compilers. Don't waste your time, it's not going to work!
Introduction
============
EDFbrowser is a Qt4 application and uses qmake as part of the build
process. qmake is part of your Qt4 installation.
Build and run without "installing"
==================================
You need to have Qt and GCC (Mingw-w64 on Windows) installed.
Extract the sourcefile and enter the following commands:
qmake
make
Now you can run the program.
Installing
==========
sudo make install