Русский перевод книги Linux From Scratch
Go to file
Vladimir Pertsev 18b842c96d Remove libtool archive (.la) files in Chapter 5 and 6
They are really harmful.  In Binutils pass 2, libstdc++.la caused the
building system to use host /usr/lib/libstdc++.so for gprofng.  We now
has disabled gprofng for pass 2, but the similar issue also exists in
GCC pass 2.  In a normal LFS build, the building system silently uses
/usr/lib/libstdc++.so (I guess it does not blow up simply because some
blind luck); in a real cross build (x86 -> ARM for example) the build
will fail.

Remove the .la files to fix this issue.  Instead of only modifying
clfs-ng, it makes more sense to apply the change for trunk: though
the build does not fail, using host library is still a contamination.
2022-08-19 21:38:23 +05:00
appendices Added appendices file 2022-08-12 23:50:58 +05:00
bootscripts Package updates. 2022-07-25 01:07:54 +05:00
chapter01 Remove libtool archive (.la) files in Chapter 5 and 6 2022-08-19 21:38:23 +05:00
chapter02 Add Chapter 9 and small translate fix 2022-08-13 00:17:03 +05:00
chapter03 Add Chapter 9 and small translate fix 2022-08-13 00:17:03 +05:00
chapter04 Add Chapter 9 and small translate fix 2022-08-13 00:17:03 +05:00
chapter05 Remove libtool archive (.la) files in Chapter 5 and 6 2022-08-19 21:38:23 +05:00
chapter06 Remove libtool archive (.la) files in Chapter 5 and 6 2022-08-19 21:38:23 +05:00
chapter07 Add Chapter 9 and small translate fix 2022-08-13 00:17:03 +05:00
chapter08 Clean chapter 8 binutils xml and text 2022-08-15 23:17:51 +05:00
chapter09 Add Chapter 9 and small translate fix 2022-08-13 00:17:03 +05:00
images Add images 2022-05-19 02:04:30 +05:00
part3intro Minor line break fix 2022-05-22 01:04:03 +05:00
prologue Added appendices (dependencies, license) 2022-08-12 02:08:15 +05:00
stylesheets Add stylesheets 2022-06-02 01:43:00 +05:00
udev-lfs Added udev-lfs 2022-06-26 20:24:28 +05:00
ABOUT Add chapter 1 (Добавлена глава 1) 2022-05-16 01:41:48 +05:00
aux-file-data.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
general.ent provide revision-specific wget-list-$(REV) file (предоставить файл wget-list-$(REV) для конкретной версии) 2022-06-23 14:51:06 +05:00
git-version.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
index.xml fix codepage and CRLF 2022-05-11 01:55:07 +05:00
INSTALL fix line length 2022-05-11 00:31:57 +05:00
lfs-latest-git.php Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
lfs-latest.php Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
LICENSE Initial commit 2022-05-09 00:31:36 +05:00
make-aux-files.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
Makefile provide revision-specific wget-list-$(REV) file (предоставить файл wget-list-$(REV) для конкретной версии) 2022-06-23 14:51:06 +05:00
obfuscate.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
packages.ent Package updates. 2022-08-12 23:24:03 +05:00
patches.ent Package updates. 2022-08-08 00:21:02 +05:00
pdf-fixups.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
process-scripts.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
README.md Add chapter 1 (Добавлена глава 1) 2022-05-16 01:41:48 +05:00
tidy.conf Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00

LFS Book README

В этом документе содержится информация о том, как выполнить преобразование книги из XML формата в другой формат (например, HTML, PDF, PS и TXT). Для начала, если вы ещё этого не сделали, пожалуйста, откройте и прочитайте информацию, представленную в файле INSTALL, чтобы установить необходимое программное обеспечение. Если вы уже выполнили все шаги в файле INSTALL, ознакомьтесь с примерами того, как выполнить преобразование файлов в другие форматы.

Во всех примерах необходимо указание аргумента REV=systemd, если требуется сборка книги редакции systemd.

XML в XHTML:

make BASEDIR=/path/to/output/location

XML в одностраничный XHTML (nochunks):

make BASEDIR=/path/to/output/location nochunks

XML в TXT:

Следуйте инструкциям для nochunks и затем запустите: lynx -dump /path/to/nochunks > /path/to/output

XML в PDF:

make BASEDIR=/path/to/output/location pdf