Leggiperme and framework dotNetFx

Questions about Wine on Linux
Locked
danjde
Newbie
Newbie
Posts: 2
Joined: Sat Jan 17, 2015 4:31 pm

Leggiperme and framework dotNetFx

Post by danjde »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Leggiperme and framework dotNetFx

Post by dimesio »

Use winetricks to install whatever version of .NET this app requires. http://wiki.winehq.org/winetricks
danjde
Newbie
Newbie
Posts: 2
Joined: Sat Jan 17, 2015 4:31 pm

Re: Leggiperme and framework dotNetFx

Post by danjde »

dimesio wrote:Use winetricks to install whatever version of .NET this app requires. http://wiki.winehq.org/winetricks

I will try, and report.

thanks
Locked