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