1Building comgt
2=============
3Switch to the directory where files from comgt.xxxx.tgz were unpacked. Run:
4
5	make all
6
7You can run comgt immediately if your datacard is plugged in and you have the appropriate permissions to access the device.
8
9To install comgt, sigmon and their documentation, become root,
10make sure you're in the directory where comgt was compiled and run:
11
12	make install
13
14This will install comgt and sigmon in /usr/local/bin and their manpages 
15in /usr/local/man/man1. If this doesn't match your installation or you 
16want to install the executables and manpages somewhere else, simply 
17edit the EXE and MAN macro definitions on lines 3 and 4 of Makefile.
18
19To remove the executables and manpages, become root, make sure you're 
20in the directory where comgt was compiled and run:
21
22	make uninstall
23
24To tidy to after installing comgt, make sure you're logged in as the
25user who compiled comgt and in the directory where comgt was compiled.
26Then run:
27
28	make clean
29
30The example scripts included in the distribution are left in the
31build directory.
32 
33$Id: COMPILING,v 1.1 2008-12-04 12:29:16 michael Exp $