Eject: Difference between revisions
From CBLFS
Jump to navigationJump to search
mNo edit summary |
|||
| 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 13: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