source: introduction/important/beyond.xml@ 1d85838

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1d85838 was 2537aba, checked in by Tushar Teredesai <tushar@…>, 21 years ago

removed optimization flags; other minor changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@837 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[f45b1953]1<sect1 id="intro-important-beyond">
2<?dbhtml filename="beyond.html" dir="introduction"?>
3<title>Going Beyond BLFS</title>
4
[d23a555]5<para>The packages that are installed in this book are only the tip of the
6iceberg. We hope that the experience you gained with the LFS book and the BLFS
7book will give you the background needed to compile, install and configure
8packages that are not included in this book.</para>
9
10<para>If you are in search of a package that is not in the book, the following
11are different ways you can search for the concerned package.</para>
12
13<itemizedlist>
14
15<listitem><para>If you know the name of the package, then search FreshMeat for
[2537aba]16at <ulink url="http://freshmeat.net/"/>. Also search Google at
[d23a555]17<ulink url="http://google.com/"/>. Sometimes a search for the rpm at
18<ulink url="http://rpmfind.net/"/> or the deb at
19<ulink url="http://www.debian.org/distrib/packages#search_packages"/> can also
20lead to the website for the package.</para></listitem>
21
22<listitem><para>If you know the name of the executable, but not the package that
23the executable belongs to, first try a google
24search with the name of the executable. If the results are overwhelming, try
25searching for the given executable in the debian repository at
26<ulink url="http://www.debian.org/distrib/packages#search_contents"/>.
27</para></listitem>
28
29</itemizedlist>
30
31<para>Some general hints on handling new packages:</para>
32
33<itemizedlist>
34
35<listitem><para>Many of the newer packages follow the <command>./configure
[2537aba]36&amp;&amp; make &amp;&amp; make install</command> <emphasis>dance</emphasis>
37routine. Help on the
[d23a555]38options accepted by configure can be obtained via the command
39<command>./configure --help</command>.</para></listitem>
40
41<listitem><para>Most of the packages contain documentation on compiling and
42installing the package. Some of the documents are excellent, some not so
43excellent. Check out the homepage of the package for any additional and updated
44hints for compiling and configuring the package.</para></listitem>
45
46<listitem><para>If you are having a problem compiling the package, try
47searching the lfs archives at <ulink url="http://search.linuxfromscratch.org/"/>
48for the error or if that fails try searching google. If everything else fails,
49try the blfs support mailing-list/news-server.</para></listitem>
50
51</itemizedlist>
52
53<tip><para>If you have found a package that is only available in .deb or .rpm format,
[2537aba]54there are two small scripts rpm2targz and deb2targz that are available at
[d23a555]55<ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert
56the archives into a simple tar.gz format.</para></tip>
[f45b1953]57
58</sect1>
Note: See TracBrowser for help on using the repository browser.