• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-470358

pixmaps/H03-May-2022-158

po/H13-Mar-2021-11,0178,786

src/H13-Mar-2021-20,98911,257

win32/H13-Mar-2021-11566

.gitignoreH A D13-Mar-2021529 5352

AUTHORSH A D13-Mar-2021593 1510

COPYINGH A D13-Mar-202117.6 KiB341281

ChangeLogH A D13-Mar-202145.8 KiB1,8521,173

Makefile.amH A D13-Mar-2021295 138

NEWSH A D13-Mar-20215.8 KiB183136

READMEH A D13-Mar-20211.8 KiB5436

TODOH A D13-Mar-2021789 2320

configure.acH A D13-Mar-20213 KiB12193

grig.spec.inH A D13-Mar-20211.2 KiB5948

stamp-h.inH A D13-Mar-202110 21

README

11. About Grig
2
3Grig is a graphical user interface for the Ham Radio Control Libraries. It is
4intended to be simple and generic, presenting the user to the same interface
5regardless of which radio he or she uses.
6
7
82. Installing Grig from Source
9
10Note:
11Due to the extensive number of changes in version 0.4, you are strongly
12encouraged to remove any pre 0.4 release of grig before installing this one.
13
14Assuming that you have obtained and unpacked a source distribution, you can
15install grig by typing the following (in the top level source directory):
16
17autoreconf -i
18./configure
19make
20make install (as root)
21
22If you get any error messages during 'configure', you are likely to be missing
23some of the required libraries. These are:
24
25gtk+-2.0      at least version 2.12.0
26gthread-2.0   at least version 2.14.0
27hamlib        at least version 1.2.8
28
29Please note, that you also need the so-called development packages which
30contain the necessary header files.
31
32If you are already familiar with this kind of installation process, you may
33want to fine tune the build and install. You can do this by specifying various
34command line argument to the 'configure' script. See 'configure --help' for
35details.
36
37If you obtained the grig sources from the CVS repository, you have to run the
38'autogen.sh' script instead of the 'configure' sript. Any command line argument
39you would like to pass to 'configure' can be passed to 'autogen.sh' as well.
40
41Once you have installed grig you can get a brief overview of its usage by
42reading the manual page. A brief overview of the comamnd line options is also
43printed when typing 'grig --help'
44
45
463. Getting Support
47
48If you encounter any problems using grig you are welcome to ask for support on
49the mailing list or user forums. You can find them on the Groundstation project
50page at SourceForge:
51
52http://sourceforge.net/projects/groundstation
53
54