C.2.2. Unpack the Source Code
Use the
tar command to uncompress and
un
tar the compressed
tar
file:
% tar zxvf bind-9.1.0.tar.gz
Unlike the BIND 8.2.3 distribution, this will create a
bind-9.1.0 subdirectory of your working
directory for all of the BIND source code. (BIND 8 distributions
always unpacked everything into the working directory.) The
bind-9.1.0 subdirectory will have subdirectories
called:
- bin
- Source code for all BIND binaries, including
named.
- contrib
- Contributed tools.
- doc
- Documentation for BIND, including the invaluable Administrator
Resource Manual.
- lib
- Source code for libraries used by BIND.
- make
- Makefiles.