Sıfırdan Linux 5 - coreutils, diffutils, file, findutils, gawk, gettext, grep, gzip, m4, make, patch
Tam gaz derleyelim...
coreutils'de sıra
cd /mnt/lfs/sources
tar -Jxf coreutils-8.22.tar.xz
cd coreutils-8.22
./configure --prefix=/tools --enable-install-program=hostname
make
make RUN_EXPENSIVE_TESTS=yes check
make install
_____________________________________________________________________________
diffutils için
cd /mnt/lfs/sources
tar -Jxf diffutils-3.3.tar.xz
cd diffutils-3.3
./configure --prefix=/tools
make
make check
make install
_____________________________________________________________________________
file'deyiz
cd /mnt/lfs/sources
tar -zxf file-5.17.tar.gz
cd file-5.17
./configure --prefix=/tools
make
make check
make install
_____________________________________________________________________________
findutils için
cd /mnt/lfs/sources
tar -zxf findutils-4.4.2.tar.gz
cd findutils-4.4.2
./configure --prefix=/tools
make
make check
make install
_____________________________________________________________________________
gawk için
cd /mnt/lfs/sources
tar -Jxf gawk-4.1.0.tar.xz
cd gawk-4.1.0
./configure --prefix=/tools
make
make check
make install
_____________________________________________________________________________
gettext için
cd /mnt/lfs/sources
tar -zxf gettext-0.18.3.2.tar.gz
cd gettext-0.18.3.2/gettext-tools
EMACS="no" ./configure --prefix=/tools --disable-shared
make -C gnulib-lib
make -C src msgfmt
make -C src msgmerge
make -C src xgettext
cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin
_____________________________________________________________________________
grep için
cd /mnt/lfs/sources
tar -Jxf grep-2.16.tar.xz
cd grep-2.16
./configure --prefix=/tools
make
make check
make install
_____________________________________________________________________________
gzip için
cd /mnt/lfs/sources
tar -Jxf gzip-1.6.tar.xz
cd gzip-1.6
./configure --prefix=/tools
make
make check
make install
_____________________________________________________________________________
m4 için
cd /mnt/lfs/sources
tar -Jxf m4-1.4.17.tar.xz
cd m4-1.4.17
./configure --prefix=/tools
make
make check
make install
_____________________________________________________________________________
make için
cd /mnt/lfs/sources
tar -xvjf make-4.0.tar.bz2
cd make-4.0
./configure --prefix=/tools --without-guile
make
make check
make install
_____________________________________________________________________________
patch için
cd /mnt/lfs/sources
tar -Jxf patch-2.7.1.tar.xz
cd patch-2.7.1
./configure --prefix=/tools
make
make check
make install
Daha derlenecek paketler var...
Kaydol:
Kayıt Yorumları
(
Atom
)
Hiç yorum yok :
Yorum Gönder