Wine: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
== Dependencies == | == Dependencies == | ||
=== Required === | |||
=== Recomended === | |||
* [[X Window System]] | |||
* [[FreeType]] | |||
=== Optional === | |||
* [[Pkg-config]] | |||
* [[LibXML2]] | |||
* [[HAL]] | |||
* [[SANE]] | |||
* [[GPhoto2]] | |||
* [[CUPS]] | |||
* [[libicu]] | |||
* [[little cms]] | |||
* [[OpenLDAP]] | |||
* [[FontForge]] | |||
* [[NAS]] | |||
* [[aRts]] | |||
* [[EsounD]] | |||
* [[AudioIO]] | |||
== Non-Multilib == | == Non-Multilib == | ||
Revision as of 01:43, 15 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
- Pkg-config
- LibXML2
- HAL
- SANE
- GPhoto2
- CUPS
- libicu
- little cms
- OpenLDAP
- FontForge
- NAS
- aRts
- EsounD
- AudioIO
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
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
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