MTD 248-645A Bedienungsanleitung Seite 130

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 347
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 129
Linux From Scratch - Version 7.0
110
6.18. Sed-4.2.1
The Sed package contains a stream editor.
Approximate build time: 0.2 SBU
Required disk space: 8.3 MB
6.18.1. Installation of Sed
Prepare Sed for compilation:
./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-4.2.1
The meaning of the new configure option:
--htmldir
This sets the directory where the HTML documentation will be installed to.
Compile the package:
make
Generate the HTML documentation:
make html
To test the results, issue:
make check
Install the package:
make install
Install the HTML documentation:
make -C doc install-html
6.18.2. Contents of Sed
Installed program: sed
Installed directory: /usr/share/doc/sed-4.2.1
Short Descriptions
sed Filters and transforms text files in a single pass
Seitenansicht 129
1 2 ... 125 126 127 128 129 130 131 132 133 134 135 ... 346 347

Kommentare zu diesen Handbüchern

Keine Kommentare