Difference between revisions of "DOSBox"
From CBLFS
Jump to navigationJump to search (→32Bit) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://prdownloads.sourceforge.net/dosbox/dosbox- | + | | http://prdownloads.sourceforge.net/dosbox/dosbox-{{DOXBox-Version}}.tar.gz |
|} | |} | ||
Revision as of 12:39, 17 December 2006
Download Source: | http://prdownloads.sourceforge.net/dosbox/dosbox-0.72.tar.gz |
---|
Contents
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 \ ./configure --prefix=/usr --build=${CLFS_TARGET32} && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package
make install