Quote:
Originally Posted by yanom How do I do that exactly?  I'm not very familiar with Wine. |
First you need to install wine. How that is done depends on your distribution. It's very common software, so, once you know how to use the package manager for your distro, locating wine and installing it should be a child's play. If you run into trouble with that, let us know which distro are you using so we can help better.
Once wine is installed, you just put the game cd into your tray, close it, mount the drive (it doesn't matter if you do this step graphically or via command line). Once the disk is mounted you will see the contents of the cdrom. There's will be many files, the .exe ones are the programs. So, look for something called setup.exe, install.exe, autorun.exe or whatever it's called.
Now, you need to run it using wine, for this, I advice you to use a terminal emulator. Some distros can run windows exes with a single click on nautilus or konqueror over the exe file, but I don't advise that.
So, open your terminal, cd /mnt/cdrom or wherever your cdrom is mounted (if in doubt, run "mount" to see the list of mounted devices and the mount points). Once you are into that dir, with a simple ls you will see all the files (exe included). Now, all you need to do is to run "wine progname.exe", change progname by setup or whatever the install program is.
And it should work, if it fails, then I'd start looking at the wine database, because, possibly, your problem has been suffered by someone else around there, and maybe you can find help.
By looking at the database, I see that Civilization IV has right now gold status. This basically means that for the most part, the game should just work without any big trouble.
Wine AppDB - Sid Meier's Civilization IV
After the game is installed, the files will reside in ~/.wine/drive_c/.... I think that sometimes wine can create desktop links, depending on your desktop... But I can't tell you since I don't use any of the major desktop environments.