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