-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
39 lines (24 loc) · 827 Bytes
/
README
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
34
35
36
37
38
LCA 2010 Conference Display
Copyright (C) 2009 Andrew Caudwell
http://github.com/acaudwell/ConfHUD
Building
========
ConfHUD requires the following libraries to compile:
SDL 1.2 (libsdl1.2-dev)
SDL Image 1.2 (libsdl-image1.2-dev)
PCRE3 (libpcre3-dev)
FTGL 2.1.3~rc5-2 (libftgl-dev)
PNG library (libpng12-dev)
JPEG library (libjpeg62-dev)
Additionally, confhud has scripts that use the following packages;
libwww-perl
graphicsmagick
You will also need an old copy of the Gource source tarball
compatible with ConfHUD (0.23 is known to work).
Building on Linux:
./configure
make
Installation:
make install
scripts/confhud-config config/example
Will install the example config from the config/example sub directory.