mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update ReleaseNotes and README for the upcoming release of 4.2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
efa069d93b
commit
5ea2c6c237
2 changed files with 36 additions and 44 deletions
44
README
44
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue