-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathINSTALL
More file actions
13 lines (11 loc) · 792 Bytes
/
INSTALL
File metadata and controls
13 lines (11 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
OpenCaster
Lorenzo Pallara l.pallara@avalpa.com
=============================
How to compile and install:
The procedure is tested on a Debian Linux 4.0 and 5.0 i386 on a 32bit architecture, that's our envirorment, 64bit is on test.
Packages usually required but not installed on the Stable are:
binutils, gcc, gcc-4.3, libc6-dev, libgomp1, linux-libc-dev, make, python-dev, python2.5-dev and zlib1g-dev, there are mostly development libraries needed to compile OpenCaster.
The build has been tested also on Ubuntu 8.10 Linux x86 32bit architecture and has been report to build correctly.
N.B. Python version should be 2.4 or 2.5
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.