Pion Platform: a development platform for Complex Event Processing (CEP) Copyright (C) 2007-2010 Atomic Labs, Inc. Home page: http://www.pion.org The Pion Platform is published under the GNU Affero General Public License. See COPYING for licensing information. Alternative commercial licenses are also available through Atomic Labs, Inc. (see http://www.atomiclabs.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. The Pion Platform requires several third party libraries that are not included within this distribution. Detailed build instructions are available for all of the platforms supported by Pion within the "common/doc" subdirectory (README.platform). Please read these instructions first. Build and installation summary: # ./autogen.sh (only required if using subversion checkout) # ./configure (run ./configure --help to see available options) # make all (this will build everything except Pion's unit tests) # make check (this will build and run Pion's unit tests) # make install (this may require superuser/Administrator privileges) For logging, Pion may be configured to: a) use std::cout and std::cerr for logging (the default configuration) b) use one of the following open source libraries: log4cxx, log4cpp or log4cplus (configure using one of --with-log4cxx, --with-log4cpp or --with-log4cplus, respectively) c) disable logging entirely (configure --disable-logging)