GLStats  0.3.3
README.md
1 # GLStats {#glstats}
2 
3 [TOC]
4 
5 # About {#About}
6 
7 GLStats is a generic OpenGL overlay statistics renderer used by the
8 Equalizer parallel rendering framework.
9 
10 # Building from Source {#Build}
11 
12 GLStats is a cross-platform library, designed to run on any modern
13 operating system, including all Unix variants and the Windows operating
14 system. Zeroconf support in Lunchbox is required for the DNS_SD module
15 and applications. The following platforms and build environments are
16 tested:
17 
18 * Linux: Ubuntu 14.04, RHEL 6.5 (Makefile, i386, x64)
19 * Windows: 7 (Visual Studio 2008, i386, x64)
20 * Mac OS X: 10.8 (Makefile, i386, x64)
21 
22 The build system is using CMake, with the standard CMake build process:
23 
24  git clone https://github.com/Eyescale/GLStats.git
25  cd GLStats
26  mkdir build
27  cd build
28  cmake ..
29  make
30 
31 # Changes
32 
33 * Nothing to see here, move on