Wine: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://prdownloads.sourceforge.net/wine/wine-0.9. | | http://prdownloads.sourceforge.net/wine/wine-0.9.23.tar.bz2?download | ||
|} | |} | ||
| Line 15: | Line 15: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/opt/wine-0.9. | ./configure --prefix=/opt/wine-0.9.23 && | ||
make depend | make depend | ||
make | make | ||
| Line 23: | Line 23: | ||
make install && | make install && | ||
ln - | ln -sv /opt/wine-0.9.23 /opt/wine && | ||
ln - | ln -sv /opt/wine/bin/wine /usr/bin/wine | ||
== Multilib x86_64 == | == Multilib x86_64 == | ||
| Line 30: | Line 30: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" ./configure --prefix=/opt/wine-0.9. | CC="gcc ${BUILD32}" ./configure --prefix=/opt/wine-0.9.23 \ | ||
make depend | make depend | ||
make | make | ||
| Line 37: | Line 37: | ||
make install && | make install && | ||
ln - | ln -sv /opt/wine-0.9.23 /opt/wine && | ||
ln - | ln -sv /opt/wine/bin/wine /usr/bin/wine | ||
=== Configure === | === Configure === | ||
Revision as of 03:47, 14 October 2006
| Download Source: | http://prdownloads.sourceforge.net/wine/wine-0.9.23.tar.bz2?download |
|---|
Remember that Wine is not an emulator therefore it will only work on x86 or x86_64 Multilib systems.
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/opt/wine-0.9.23 && make depend make
Install the package
make install && ln -sv /opt/wine-0.9.23 /opt/wine && ln -sv /opt/wine/bin/wine /usr/bin/wine
Multilib x86_64
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/opt/wine-0.9.23 \
make depend
make
Install the package
make install && ln -sv /opt/wine-0.9.23 /opt/wine && ln -sv /opt/wine/bin/wine /usr/bin/wine
Configure
Simple config
/opt/wine/winecfg