Difference between revisions of "Wine"

From CBLFS
Jump to navigationJump to search
 
Line 21: Line 21:
  
 
  make install &&
 
  make install &&
 +
ln -s /opt/wine-0.9.22 /opt/wine &&
 +
ln -s /opt/wine/bin/wine /usr/bin/wine
  
 
== Multilib ==
 
== Multilib ==
Line 36: Line 38:
  
 
  make install &&
 
  make install &&
  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
  
 
=== N32 ===
 
=== N32 ===

Revision as of 00:45, 3 October 2006

Download Source: http://prdownloads.sourceforge.net/wine/wine-0.9.22.tar.bz2?download

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

This package is compiled 32bit only for now, Due to the fact most Windows applications are 32bit

32Bit

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

N32

TO DO!

64Bit

SEE 32BIT...

Configure

Simple config

/opt/wine/winecfg