Difference between revisions of "Wine"
From CBLFS
Jump to navigationJump to search (→Multilib) |
|||
Line 26: | Line 26: | ||
ln -s /opt/wine/bin/wine /usr/bin/wine | ln -s /opt/wine/bin/wine /usr/bin/wine | ||
− | == Multilib | + | == Multilib x86_64 == |
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 42: | Line 39: | ||
ln -s /opt/wine-0.9.22 /opt/wine && | ln -s /opt/wine-0.9.22 /opt/wine && | ||
ln -s /opt/wine/bin/wine /usr/bin/wine | ln -s /opt/wine/bin/wine /usr/bin/wine | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Configure === | === Configure === |
Revision as of 07:05, 7 October 2006
Download Source: | http://prdownloads.sourceforge.net/wine/wine-0.9.22.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.22 && make depend make
Install the package
make install && ln -s /opt/wine-0.9.22 /opt/wine && ln -s /opt/wine/bin/wine /usr/bin/wine
Multilib x86_64
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/opt/wine-0.9.22 \ make depend make
Install the package
make install && ln -s /opt/wine-0.9.22 /opt/wine && ln -s /opt/wine/bin/wine /usr/bin/wine
Configure
Simple config
/opt/wine/winecfg