Skip to content

Commit f976cd7

Browse files
committed
wip: missed file
1 parent 37b4ad5 commit f976cd7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tools/linux/deb/INSTALLING

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Installation from Graphical User Interface
2+
3+
Double click on the casparcg-cef package. Click the install
4+
button and follow the prompts. This can then be repeated for
5+
the casparcg-server and casparcg-scanner packages if desired.
6+
7+
Installation from Command Line
8+
9+
At the command prompt type:
10+
11+
# sudo dpkg -i casparcg-*.deb
12+
13+
Then fix up any missing dependencies with:
14+
15+
# sudo apt-get install -f
16+
17+
Running
18+
19+
You will need to run both:
20+
21+
# casparcg-scanner casparcg.config
22+
23+
and
24+
25+
# casparcg-server-beta casparcg.config
26+
27+
with the same config file and potentially working directory (if the config file uses relative paths).
28+
29+
The server needs to be run as a normal user inside a running x11 server. The scanner can be run as a system service.
30+

0 commit comments

Comments
 (0)