forked from ravidontharaju/pion-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (26 loc) · 1.34 KB
/
README
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
26
27
28
29
30
31
32
33
34
35
36
37
38
Pion Core
=========
Pion Core is a development platform for Complex Event Processing (CEP).
Home page: http://www.pion.org
Getting Started
---------------
Pion Core Platform requires several third party libraries that are not included
within this distribution. Detailed build instructions are available for all
of the platforms supported within the "common/doc" subdirectory
(README.platform). Please read these instructions first.
Build and installation summary for Unix platforms:
# ./autogen.sh (not required if using a source code tarball)
# ./configure (run ./configure --help to see available options)
# make all (builds everything except the unit tests)
# make check (builds and run the unit tests)
# make docs (builds the Doxygen source documentation)
# make install (may require superuser/Administrator privileges)
License
-------
Copyright (C) 2007-2012 Cloudmeter, Inc.
Pion Core Platform is published under the GNU Affero General Public License.
See COPYING for licensing information. Alternative commercial licenses are
also available through Cloudmeter, Inc. (http://www.cloudmeter.com)
Please note that the "Pion Common Library" and the "Pion Network Library" are
included in the "common" and "net" subdirectories. These two libraries are
published under the Boost Software License.