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