Previous: Introduction, Up: Introduction [Contents]
If you have never built a GNU package by hand, this section will briefly show the process so you will have an idea of what GSRC is doing.
$ wget http://ftpmirror.gnu.org/gnu/hello/hello-2.6.tar.gz $ tar xvfz hello-2.6.tar.gz
$ cd hello-2.6; ./configure
$ make
$ make install