Commit 6276e204 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 1.67+dfsg

parent d1b7712c
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -5,16 +5,14 @@ Qt http://www.qt.io/

Minimum version 4.7.1 or later, preferable 4.8.7

If you insist on using Qt5 (which I don't recommend), it must be version >= 5.9.1.
If you want to use Qt5, it must be version >= 5.9.1.
For info how to compile Qt5 from source, scroll down.


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

Do not use microsoft tools or compilers.

Do not use microsoft tools or compilers!


Introduction
@@ -75,7 +73,7 @@ How to compile
Now you can run the program by typing: edfbrowser


In case you insist on using Qt5, the recommended way is not to use the Qt5 libraries that comes with your distro.
In case you want to use Qt5, the recommended way is not to use the Qt5 libraries that comes with your distro.
Instead, download and compile the Qt5 source and use that to compile EDFbrowser.
Here's a step by step list with instructions:

@@ -143,11 +141,11 @@ In order to reduce the size of the executable, run the following commands:

strip -s edfbrowser

upx edfbrowser
upx edfbrowser (if upx is not recognized as a command, install it using your package manager)



-Requirements on macOS
-Requirements on macOS (warning, I don't have a Mac and I can not support it!)
-=====================

-Development tools from Apple. To get them, run
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
*
* Author: Teunis van Beelen
*
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Teunis van Beelen
* Copyright (C) 2007 - 2019 Teunis van Beelen
*
* Email: teuniz@gmail.com
*
@@ -67,7 +67,7 @@ UI_Aboutwindow::UI_Aboutwindow(UI_Mainwindow *mainwindow)
  textedit1->setPlainText(
        "\n " PROGRAM_NAME " " PROGRAM_VERSION "\n"
        "\n This program is made by Teunis van Beelen.\n"
        "\n Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Teunis van Beelen.\n"
        "\n Copyright (C) 2007 - 2019 Teunis van Beelen.\n"
        "\n Email: teuniz@gmail.com\n"
        "\n Disclaimer:\n"
        " Despite this software is intend to be useful, there is no warranty, use this software at your own risk!\n"
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
*
* Author: Teunis van Beelen
*
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Teunis van Beelen
* Copyright (C) 2007 - 2019 Teunis van Beelen
*
* Email: teuniz@gmail.com
*
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
*
* Author: Teunis van Beelen
*
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Teunis van Beelen
* Copyright (C) 2010 - 2019 Teunis van Beelen
*
* Email: teuniz@gmail.com
*
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
*
* Author: Teunis van Beelen
*
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Teunis van Beelen
* Copyright (C) 2010 - 2019 Teunis van Beelen
*
* Email: teuniz@gmail.com
*
Loading