Difference between revisions of "Wine"

From CBLFS
Jump to navigationJump to search
(Multilib x86_64)
(Dependencies)
Line 16: Line 16:
 
* [[X Window System]]
 
* [[X Window System]]
 
* [[FreeType]]
 
* [[FreeType]]
 +
* [[FontForge]]
 
=== Optional ===
 
=== Optional ===
 
* [[Pkg-config]]
 
* [[Pkg-config]]
Line 26: Line 27:
 
* [[little cms]]
 
* [[little cms]]
 
* [[OpenLDAP]]
 
* [[OpenLDAP]]
* [[FontForge]]
 
 
* [[NAS]]
 
* [[NAS]]
 
* [[aRts]]
 
* [[aRts]]

Revision as of 18:48, 14 October 2006

Download Source: http://prdownloads.sourceforge.net/wine/wine-0.9.23.tar.bz2

Remember that Wine is not an emulator therefore it will only work on x86 or x86_64 Multilib systems.

Dependencies

Required

Recomended

Optional

Non-Multilib x86

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

Multilib x86_64

For running 32bit apps

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/opt/wine-0.9.23 &&
make depend
make

Install the package

make install &&
ln -sv /opt/wine-0.9.23 /opt/wine

For running 64bit apps

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=/opt/wine-0.9.23 --enable-win64 &&
make depend
make

Install the package

make install &&
ln -sv /opt/wine-0.9.23 /opt/wine

Configuration

50-wine.sh

If you're using the Bash Startup Files create an addition for them with the following command:

cat > /etc/profile.d/50-wine.sh << "EOF"
# Begin /etc/profile.d/50-wine.sh

export PATH="${PATH}:/opt/wine/bin"

# End /etc/profile.d/50-wine.sh
EOF

Simple config

/opt/wine/winecfg