Hello Everyone Im new to the Fourm and this is my first post here ^^.
Well i decided to share some awesome info to shove it down the windows users face ^^. Hardcore Windows Games Running On Mac OS X. A Program called WINE. Its not an emulator but runs the Windows API's. So no emulation. To get this program you need to have These Items
MacPorts
Xcode
X11
Once that is all installed open up terminal and type this code in
Snow Leopard
for Leopard
once all done and installed to run any program simple type this into terminal
This will load/run/install the windows program and even run HD games only made for windows on mac OS X without moding/emulation/bootcamp. They will run at full speed or better. Good luck and enjoy ^^
Well i decided to share some awesome info to shove it down the windows users face ^^. Hardcore Windows Games Running On Mac OS X. A Program called WINE. Its not an emulator but runs the Windows API's. So no emulation. To get this program you need to have These Items
MacPorts
Xcode
X11
Once that is all installed open up terminal and type this code in
Snow Leopard
Code:
sudo port install wine-devel +universal
for Leopard
Code:
sudo port install wine-devel
once all done and installed to run any program simple type this into terminal
Code:
wine /user/you/location of .exe/app.exe
This will load/run/install the windows program and even run HD games only made for windows on mac OS X without moding/emulation/bootcamp. They will run at full speed or better. Good luck and enjoy ^^