
Base Reference GNU/Linux Build Sequence
Source code is available here.
To compile and install, run these commands:
cd /sources/ &&
tar -xzf gozer-0.7.tar.gz &&
cd gozer-0.7 &&
./configure --prefix=/usr &&
make &&
make install |
The output should look something like this:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc -s
.
.
.
make[1]: Entering directory `/sources/gozer-0.7'
make[2]: Entering directory `/sources/gozer-0.7'
make[2]: Nothing to be done for `install-exec-am'.
make install-man1
make[3]: Entering directory `/sources/gozer-0.7'
/bin/bash ./mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./gozer.1 /usr/man/man1/gozer.1
make[3]: Leaving directory `/sources/gozer-0.7'
/bin/bash ./mkinstalldirs /usr/doc/gozer
/usr/bin/install -c -m 644 ./README /usr/doc/gozer/README
/usr/bin/install -c -m 644 ./AUTHORS /usr/doc/gozer/AUTHORS
/usr/bin/install -c -m 644 ./ChangeLog /usr/doc/gozer/ChangeLog
/usr/bin/install -c -m 644 ./TODO /usr/doc/gozer/TODO
make[2]: Leaving directory `/sources/gozer-0.7'
make[1]: Leaving directory `/sources/gozer-0.7'
|
| People: | |
| Places: | |
| Things: | |
| Times: | |
|