blob: 8b5491b01202903c771b0c00a2d17f5acbeb1cca [file] [log] [blame]
Serge Bazanski18c1a262022-07-07 14:24:53 +02001love2d signage
2===
3
4As used in digital signage displays in HSWAW.
5
6Originally hosted on code.hackerspace.pl/informatic/love2d-signage, now in hscloud.
7
8
9Building & Running
10---
11
12 $ nix-build -A hswaw.signage.prod
13 $ result/bin/signage
14
15If the result doesn't run and complains about OpenGL not being available, try building the 'local' target instead, which will use your host `<nixpkgs>`:
16
17 $ nix-build -A hswaw.signage.local
18
19For non-NixOS systems you'll need something like `nixgl` to work around Nixpkgs-GL-on-Non-NixOS badness anyways.
20
21Custom configs
22---
23
24You can either modify config.lua and rebuild, or specify a custom config at runtime by settin gthe `SIGNAGE_CONFIG` environment variable.