4.10. Popt-1.15

4.10.1. Abhängigkeiten

Popt

   Installation hängt ab von:  Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed und Texinfo
   Test Umgebung hängt ab von:  Diffutils
   Optionale Abhängigkeiten:  Keine

4.10.2. Installation von Popt

Das Paket entpacken und in das neue Verzeichnis wechseln:

tar -xf pakete/popt-1.15.tar.gz &&
cd popt-1.15/

Bereite das Paket zum kompilieren vor:

./configure --prefix=/usr --libdir=/usr/lib

Das Paket kompilieren:

make

Installiere das Paket:

sed -i "s@\(^libdir='\).*@\1/usr/lib'@g" libpopt.la &&
sed -i "s@\(^libdir='\).*@\1/usr/lib'@g" .libs/libpopt.lai &&
make usrlibdir=/usr/lib install

Nun das Verzeichnis verlassen und dann entfernen:

cd .. &&
rm -rf popt-1.15/

4.10.3. Inhalt des Paketes Popt

Installierte Bibliotheken:  libpopt.{so,a}

Kurze Beschreibung

libpopt.so

Wird verwendet um Kommandozeilen Option zu lesen.