Do I need to have Windows installed on my machine for make Wine run? Or I don't need Windows installed, Wine has it owns libraries?

link|improve this question
feedback

migrated from stackoverflow.com Nov 28 '10 at 22:53

This question came from our site for professional and enthusiast programmers.

4 Answers

Wine supplies native versions of a number of base and important libraries. Windows is not required in order to use them.

link|improve this answer
feedback

Short answer is No.

WINE attempts to provide the window's api with real bindings to the underlying Linux based APIS.

link|improve this answer
feedback

No, wine is a self standing set of adapted windows libraries, but, if you do have windows installed and some programs installed under windows, you can sometimes run those in linux by using wine to launch the executables.

link|improve this answer
feedback

Absolutely not! Don't need Windows installed.

WINE means 'Wine Is Not an Emulator' so in facts only libraries you need to run windows applications are installed on your system.. And this is not an entire Windows running on your system.

Wine's wikipedia page is really instructive, you can read it! And I've post a question about Wine few months ago. Read It too!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.