Hi, I'd report WINE works on moblin. Since binary package is not avaliable, the only way to get it is to compile from source. Here are steps to do:
1) Grab recent WINE sources from repository: # git clone git://source.winehq.org/git/wine.git ~/wine-git # cd ~/wine-git 2) Then we will need some additional packages: # su # yum install flex bison # exit 3) And now we can configure WINE build: # ./configure --prefix=/usr 4) After ./configure completion, there may be some more packages to install, like cups-devel, cms-devel, ncurses-devel and more. You may install them with yum too, but they are not necessary. Now WINE says to type make depends && make - just do it, and after it finishes, issue # su # make install # exit OK, now we can play with windows apps on moblin! :) - screenshot added 2009/5/29 Kok, Auke <[email protected]>: > Rao, Meghana S wrote: >> Hi, Does Moblin support the wine libraries? Is there a way I can run a >> Windows >> based applications on Moblin? > > There are currently no plans to package Wine in moblin2, so no. > > Auke > _______________________________________________ > Moblin dev Mailing List > [email protected] > > To manage or unsubscribe from this mailing list visit: > https://lists.moblin.org/mailman/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists >
<<attachment: Wine-paint.jpg>>
_______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
