Skip to content

Commit b449a7c

Browse files
committed
Tweak docs
1 parent ac5f012 commit b449a7c

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

ndocs/top/Install.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,11 @@ on whether your target is 32-bit or 64-bit, respectively). You can then run the
109109
#!/bin/sh
110110
exec PATH/TO/dotnet PATH/TO/cp2.dll $@
111111

112-
### Linux and Wine ###
112+
### Using the GUI on Linux and macOS ###
113113

114-
It's possible to run the GUI application under Linux using the Wine compatibility layer.
115-
With Wine v9 the application works somewhat, but crashes in some common operations.
114+
It's possible to run the GUI application under macOS and Linux using the Wine compatibility layer.
115+
See [this discussion](https://github.com/fadden/CiderPress2/discussions/34) for an example with
116+
macOS. The key seems to be using the self-contained 32-bit (x86) release of CiderPress II
117+
(`win-x86_sc` package).
116118

117-
If you want to try it, download the 32-bit (x86) self-contained package for Windows. On my
118-
system, the 64-bit version hangs during startup (for both GUI and CLI), and the framework-dependent
119-
package requires downloading additional Wine components, so `win-x86_sc` is your best bet.
120-
121-
(I am not a Wine expert. It's possible I'm missing something obvious.)
119+
This is not officially supported and may be unstable.

ndocs/top/LegalStuff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CiderPress II is copyright 2023 faddenSoft. Source and binaries may be
1+
CiderPress II is copyright faddenSoft. Source and binaries may be
22
distributed under terms of the Apache 2.0 license (attached below, and
33
in the LICENSE file included with the source code).
44

0 commit comments

Comments
 (0)