
Base Reference GNU/Linux Build Sequence
Source code is available here.
To compile and install, run these commands:
cd /sources/ &&
tar -xzf libxslt-1.1.26.tar.gz &&
cd libxslt-1.1.26 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install |
The output should look something like this:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc -s
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -s accepts -g... yes
.
.
.
make[2]: Entering directory `/sources/libxslt-1.1.26'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
/bin/install -c xslt-config '/usr/bin'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
/bin/install -c -m 644 xsltConf.sh '/usr/lib'
test -z "/usr/share/aclocal" || /bin/mkdir -p "/usr/share/aclocal"
/bin/install -c -m 644 libxslt.m4 '/usr/share/aclocal'
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
/bin/install -c -m 644 libxslt.pc libexslt.pc '/usr/lib/pkgconfig'
make[2]: Leaving directory `/sources/libxslt-1.1.26'
make[1]: Leaving directory `/sources/libxslt-1.1.26'
|
| People: | |
| Places: | |
| Things: | |
| Times: | |
|