|
|
|
|
![]() printer-version |
Therefore we do not describe how to install one of these precompiled version (there would not be much to describe) but we try to generate a wine version using the source code instead. First, you should download the newest wine version from http://www.winehq.com/. This may take a while, even with ISDN about 20 minutes. For the creation of this text, the version wine-990815 has been used. After unzipping the program to /tmp with >> tar zxvf wine-990815.tgz -C /tmpchange to the newly created directory and execute >> make depend && makeOn our system it did not compile without errors. It stopped at the file windows/dinput.c, which handles the joystick support for wine. Either the error occurs since we do not have included joystick support into the kernel or this part is not correctly programed. You ought to know that wine is still in an alpha state. If you get the same error but you do not need the joystick for running WINDOWS (playing Unreal is much better with a mouse) then it should help if you comment the faulty parts out. Search for the corresponding part in the file and change it as in the example below.
After a second >> makewine should compile the whole code. Afterwards you copy the whole source code together with the binary file to /usr/local/ . Make sure you are logged in as root user to do this and that enough hard disk-space is left. The whole directory needs about 230MB. >> suEnter password >> cp -a /tmp/wine-990815/ /usr/local[If you do not have enough space left you could leave copying it out and install wine directly from the tmp directory] Then change to the new directory >> cd /usr/local/wine-990815/and install the package with >> make installNow you have to adapt wine to your system. For this task a graphical frontend is already available. It is started with >> /usr/local/wine-990815/tools/wineconf.tcl
Choose the button "Auto-generate a new configuration file". Then the program will ask for some information on the hardware in your system like CD-drivers or CD-writers. After you have answered these questions the program will install the config file wine.conf into the directory /usr/local/etc . Too bad the program always stops when generating the configuration file and prints an error message on our system. It would help if you used the program wineinstall >> /usr/local/wine-990815/tools/wineinstall, which does not have a graphical frontend but generates the configuration file immaculately. [This is just an emergency solution for the case that wineconf does not work. If wineconf.tcl runs on your system without problems there is no need to take this last step!] Now you got the file /usr/local/etc/wine.conf . This file is the default config file for your system. It is recommended to create a .winerc -file in your home directory which you can adapt to your wishes. .winerc overwrites the settings made by /usr/local/etc/wine.conf . As a normal user (not any longer as root) you now should copy the file into your home directory with >> cp /usr/local/etc/wine.conf ~/.winercThe next step is a restart of wineconf.tcl (/usr/local/wine-990815/tools/wineconf.tcl) , clicking the button "Use existing config file:" and choosing the file "~/.winerc" in the menu on the right. The following config window appears:
Here you can define which letter belongs to which hard disk. It is recommended to create one drive for the Linux directory /tmp/ (it is drive j in the screenshot) and select this one at "Wine section:" as the "Temp" drive. Then you won't have any permission problems later on. Now we try using wine:
To use the emulation you start wine together with the path to the windows program. Starting for example wordpad would look like >> wine /mnt/cdos/Programme/wordpad.exe
Since the introduction of a graphical frontend for this program, configuration has become much simpler.
Only the traps while compiling and installing the source code disturb the user.
It is still an alpha version but it is already quite useful.
Links
|
|||||||