File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments