Skip to content

Commit

Permalink
Release 9.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Jan 27, 2024
1 parent 3e79e1f commit 21d479e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENABLE_ARM=0

-include user-config.make

MSI_VERSION=8.1.99
MSI_VERSION=9.0.0

# variables
SRCDIR_ABS=$(shell cd $(SRCDIR); pwd)
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ git clone --recursive https://github.com/madewokherd/wine-mono.git

To get to the source code for a specific release, check out the appropriate tag, and update the submodules:

$ git checkout wine-mono-8.0.0
$ git checkout wine-mono-9.0.0
$ git submodule update --init --recursive

Source tarballs and binary packages are available at https://dl.winehq.org/wine/wine-mono/
Expand Down Expand Up @@ -53,15 +53,15 @@ INSTALL

To install Wine Mono, run the generated msi file with msiexec:

$ wine64 msiexec /i wine-mono-8.0.0-x86.msi
$ wine64 msiexec /i wine-mono-9.0.0-x86.msi

Note that if a Wine Mono with a version number >= to this file is already installed, that command will do nothing, so you may have to remove the existing version (using 'wine64 uninstaller') first.

If the install succeeds, it won't output anything. You can use 'wine64 uninstaller' to verify that the version you expect is installed.

If you are building for development, you may find it more convenient to use the 'make dev' target, which builds a runtime in image/ and configures a wine prefix to use it. You can then rebuild individual dlls using their filename with no path. See 'make help' for details.

Packagers should extract the tarball from the "make bin" target to /usr/share/wine/mono or the corresponding directory for the prefix used to configure Wine. This should create a directory named something like /usr/share/wine/mono/wine-mono-8.0.0. This conserves space compared to the msi because it doesn't need to be copied into every prefix.
Packagers should extract the tarball from the "make bin" target to /usr/share/wine/mono or the corresponding directory for the prefix used to configure Wine. This should create a directory named something like /usr/share/wine/mono/wine-mono-9.0.0. This conserves space compared to the msi because it doesn't need to be copied into every prefix.


COMPOSITION
Expand Down

0 comments on commit 21d479e

Please sign in to comment.