2013-07-16 11:35:42 +02:00
|
|
|
Install dependencies:
|
2013-07-12 19:53:34 +02:00
|
|
|
|
2013-07-16 11:35:42 +02:00
|
|
|
sudo apt-get install libboost-all-dev libncurses5-dev libglibmm-2.4-dev build-essential
|
2013-07-12 19:53:34 +02:00
|
|
|
|
2013-07-16 18:03:18 +02:00
|
|
|
= Building configuration =
|
|
|
|
|
|
|
|
The main configuration of the frameserver is done in <defines.h>
|
|
|
|
|
|
|
|
Main tuneables:
|
|
|
|
|
|
|
|
#define REMOTE_IP "127.0.0.1"
|
|
|
|
#define REMOTE_PORT 1234
|
|
|
|
|
|
|
|
#define HASH "abcdefghij"
|
|
|
|
// one byte number + 10 character hash plus newline
|
|
|
|
#define HEADEROFFSET 12
|
|
|
|
|
|
|
|
// 12 windows per floor, 7 floors, Value:Alpha
|
|
|
|
#define WIDTH 12
|
|
|
|
#define HEIGHT 7
|
|
|
|
#define CHANNELS 2
|
|
|
|
|
|
|
|
// 8 segments per window, 12 segments per floor, RGBA
|
|
|
|
#define SEGNUM 8
|
|
|
|
#define SEGWIDTH 12
|
|
|
|
#define SEGCHANNELS 4
|