@@ -17,19 +17,19 @@ or use one of the links below to download the most recent stable release.
1717
1818System | Link
1919------------- | ----
20- Windows x86 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_win -x86_sc.zip
21- Windows x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_win -x64_sc.zip
22- Mac OS x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_osx -x64_sc.zip
23- Linux x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_linux -x64_sc.zip
20+ Windows x86 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_win -x86_sc.zip
21+ Windows x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_win -x64_sc.zip
22+ Mac OS x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_osx -x64_sc.zip
23+ Linux x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_linux -x64_sc.zip
2424
2525** Framework-Dependent** (~ 1 MB)
2626
2727System | Link
2828------------- | ----
29- Windows x86 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_win -x86_fd.zip
30- Windows x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_win -x64_fd.zip
31- Mac OS x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_osx -x64_fd.zip
32- Linux x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.4 /cp2_1.0.4_linux -x64_fd.zip
29+ Windows x86 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_win -x86_fd.zip
30+ Windows x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_win -x64_fd.zip
31+ Mac OS x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_osx -x64_fd.zip
32+ Linux x64 | https://github.com/fadden/CiderPress2/releases/download/v1.0.5 /cp2_1.0.5_linux -x64_fd.zip
3333
3434Once downloaded, unzip the file somewhere convenient (Safari on the Mac will do the unzip
3535for you). There is no installer; the commands are executed directly from where they are unzipped.
@@ -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.
0 commit comments