Download GAViewer
Here you can download GAViewer documentation, pre-compiled binaries for popular platforms, or the source code in order to compile it yourself.
GAViewer Documentation
Download GAViewer Binaries
The binary consist of just a single file (gaviewer.exe or just gaviewer). There is no need to install it; you can run it straightaway.
- Windows (32-bit, zip)
- Windows (64-bit, zip)
- Linux (64-bit, gz)
- Linux (64-bit, gz, older fltk.1.1 version)
- Linux (32-bit, gz)
- Mac OSX 10.12 (Sierra) (Intel X86) (64-bit)
- Mac OSX 10.6 (Snow Leopard) (Intel X86)
- Mac OSX 10.5 (Leopard) (Intel X86)
- Mac OSX (PowerPC) NOTE: version 0.70
- Mac OSX (Fat Binary) NOTE: version 0.70
On Linux (and possible MacOSX), do remember to make the file executable using `chmod +x gaviewer'; also, you will need FLTK 1.3.so in your LDD path.
Download GAViewer Source Code
Download the source code (all platforms)
To compile from source, you need ANTLR 2.7.X, FLTK 1.3.X (or FLTK 1.1.X if you really want), PNG and ZLib. On UNIX variants, compilation should be a straightforward `./configure; make', although the makefiles use libpng1.2; to use libpng1.6, you will need to edit one of the makefiles. For Visual Studio .net and 2005, project files are included.