Hi friends,
I'm trying to make runnable on Linux wine an italian program named "leggiperme" https://sites.google.com/site/leggixme/ useful in cases of dyslexia or similar.
The problem seems dotNetFx in which the program is linked. But dotNetFx is not installable on wine.
The question is:
could be possible to install only some dotNetFx libraries, thus avoiding the full installation of the framework?
many thanks!
davide
italy
Leggiperme and framework dotNetFx
Re: Leggiperme and framework dotNetFx
Use winetricks to install whatever version of .NET this app requires. http://wiki.winehq.org/winetricks
Re: Leggiperme and framework dotNetFx
dimesio wrote:Use winetricks to install whatever version of .NET this app requires. http://wiki.winehq.org/winetricks
I will try, and report.
thanks