tar -xJf gawk-4.0.2.tar.xz cd gawk-4.0.2 ./configure --prefix=/tools make && make check && make install cd .. rm -fr gawk-4.0.2