User's Guide to the GNU C++ Class Library - Installation

Node: Installation Next: Trouble Prev: Contributors Up: Top

Installing GNU C++ library

  1. Read through the README file and the Makefile. Make sure that all paths, system-dependent compile switches, and program names are correct.

  2. Check that files `values.h', `stdio.h', and `math.h' declare and define values appropriate for your system.

  3. Type `make all' to compile the library, test, and install. Current details about contents of the tests and utilities are in the `README' file.


Next: Trouble Up: Top