< Previous | Contents | Next >
5.32.1. Installation of Tar
Prepare Tar for compilation:
./configure --prefix=/tools
./configure --prefix=/tools
Compile the package:
make
make
Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools here in this chapter. To run the Tar test suite anyway, issue the following command:
make check
make check
Install the package:
make install
make install