A small, insignificant adjustment.
[C_programing_practice.git] / INSTALL
blob6adcd258bcba55775e8cebc8dcf08e3f7a77b04d
1 Installing should be simple. To install the programs, you just need the
2 latest versions of gnu autotools and the gnu compiler collection (google 
3 it).
5 Once you have the prerequisites (I don't know that I typed that right),
6 you may just simply type
8 $ ./autogen.sh
9 $ ./configure
10 $ make
11 $ make install