File: INSTALL

package info (click to toggle)
opencaster 3.2.2%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,688 kB
  • ctags: 1,866
  • sloc: ansic: 8,952; python: 4,180; makefile: 984; sh: 176
file content (25 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (2)
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
OpenCaster

Lorenzo Pallara l.pallara@avalpa.com
=============================

==How to compile and install==

The procedure is tested on a Debian Linux 7.0 i686 32bit architecture, it is reported to work also on 32bit armhf architecure.
Packages usually required but not installed by default are:
binutils, gcc, libc6-dev, libgomp1, linux-libc-dev, make, python-dev, and zlib1g-dev, these are mostly development libraries needed to compile OpenCaster.
You can install/upgrade/verify the packages typing as root on a Debian with the following command:

apt-get install --no-install-recommends binutils gcc libc6-dev libgomp1 linux-libc-dev make python-dev zlib1g-dev python-dateutil

To build the package you need to type 

make 

into OpenCaster directory.
To install the tools in the system you need to type 

make install 

with root privileges.