I installed Wine Mono from its Git page (by git clone), their README file says
> To build Wine Mono, use the msi or bin target.
>
> $ make msi
So I go to the directory (cd) then do
make msi
it outputs:
GNUmakefile:54: *** 'wine' command not found. Please install wine or specify its location in the WINE variable. Stop.
so I follow the other option make bin
GNUmakefile:54: *** 'wine' command not found. Please install wine or specify its location in the WINE variable. Stop.
so I try make /bin
, and the sane happens.
Am I doing something wrong, also I may not have one of the dependencies, I do not know what are
> * libgdiplus, to support Mono's resource compiler.
> * The dos2unix command.
And I use a macOS 10.15.7 so I may not have (I don't know what is autotools, and I can install CMake again if required)
> * All of the dependencies of Mono for your native (presumably Linux)
> system, such as autotools, CMake and a C++ compiler.
EDIT: It also throws errors about libgnutls, like this:
0009:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
Asked by Macintosh3D
(57 rep)
Mar 29, 2021, 08:11 PM
Last activity: Aug 27, 2021, 06:06 AM
Last activity: Aug 27, 2021, 06:06 AM