This file details how to install the Traceroute DB package. 1 - Create a MySQL Database Create two users, one administrator with SELECT, INSERT, UPDATE and DELETE capabilities, and one user with only SELECT capabilities. The admin user should be provided with a password, the normal user should not need one. Fill the Database with the contents of the pSQL file. It will create all necessary tables. 2 - Install GLib. If Glib is not installed, install it. Version 1.2.7 of the GLib is provided with this package. 3 - Edit the Makefile Paths for Glib and MySQL libraries must be modified 4 - Edit common.h All #defines should be modified to suit your system 5 - Compile the package You should get the following executable programs: fillrecords fillroutes routequery testquery transferdb updatedb Explanations concerning the use of the different programs can be found in the specifications.txt file There is no 'make install'. Files should be put where most appropriate.