summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-07 13:15:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-07 13:16:46 -0700
commit5ea2c6c237c73ec933d8d6543a667eae7d53a9a6 (patch)
treed97735e81c4764ee8aedd44985ee474730cd40da /README
parentefa069d93bf44964727a6a39bab989f00173984a (diff)
downloadsubsurface-5ea2c6c237c73ec933d8d6543a667eae7d53a9a6.tar.gz
Update ReleaseNotes and README for the upcoming release of 4.2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r--README44
1 files changed, 14 insertions, 30 deletions
diff --git a/README b/README
index d61d0c065..da25f293d 100644
--- a/README
+++ b/README
@@ -1,35 +1,10 @@
+This is the README file for Subsurface 4.2
-This is the README file for Subsurface 4.1.94, the fifth Beta for 4.2
-
-It turns out a number of problems were caused by us still relying on Qt4
-for the Windows (and Mac) binaries. In part that was because Qt5 32bit
-installer for Windows were failing in strange ways.
-
-To work around this issues we made a rather drastic decision - there's now
-a 64bit Windows installer that includes Qt5 (and the Mac binaries have
-been moved over to Qt5 as well).
-
-While redoing the supporting cast we also switched to a newer Marble build
-and a newer libdivecomputer for the Mac and Windows installers.
-
-This (plus a bunch of patches) seems to have fixed a respectable number of
-bugs in Beta 4. Let's see how Beta 5 goes...
-
-Another new feature is a Russian translation of the manual, in addition to
-English and Spanish.
-
-Please be very careful when using it on your real data - while this is
-reasonably well tested by our developers, there's always a risk that this
-could eat your data file in unexpected ways (as Beta 2 has shown).
+Please check the ReleaseNotes.txt for details about new features and
+changes since Subsurface 4.1
Report bugs and issues at http://trac.hohndel.org
-Previous REAMDE
-===============
-
-This is mainly a bug fix release, but there are rather significant changes
-under the hood. Check the ReleaseNotes.txt for details.
-
License: GPLv2
Subsurface can be found at http://subsurface.hohndel.org
@@ -44,12 +19,12 @@ You can also browse the sources via gitweb at git.hohndel.org
If you want the latest release (instead of the bleeding edge
development version) you can either get this via
-git checkout v4.1 (or whatever the last release is)
+git checkout v4.2 (or whatever the last release is)
if you have already cloned the git repository as shown above or you
can get a tar ball from
-http://subsurface.hohndel.org/downloads/Subsurface-4.1.tgz
+http://subsurface.hohndel.org/downloads/Subsurface-4.2.tgz
Basic Usage:
@@ -58,8 +33,17 @@ Basic Usage:
Install and start from the desktop, or you can run it locally from the
build directory:
+On Linux:
+
$ ./subsurface
+On Mac:
+
+$ open Subsurface.app
+
+Native builds on Windows are not really supported (the official Windows
+installers are both cross-built on Linux).
+
You can give a data file as command line argument, or (once you have
set this up in the Preferences) Subsurface picks a default file for
you when started from the desktop or without an argument.