Difference between revisions of "Eject"

From CBLFS
Jump to navigationJump to search
m
 
(64Bit)
Line 48: Line 48:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD64}" ./configure --prefix=/usr&&
+
  CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
 
  make
 
  make
  

Revision as of 14:37, 29 October 2006

Download Source: http://ca.geocities.com/jefftranter@rogers.com/eject-2.1.5.tar.gz

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
make

Install the package

make install