rm / szl

Automatically exported from code.google.com/p/szl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Szl - An implementation of Google's Sawzall language for
statistical aggregation of log data.
Copyright 2010 Google Inc.
http://code.google.com/szl

C++ Installation - Unix
=======================

To build and install the Szl compiler, the Sawzall language plugin for
the protocol compiler and associated libraries execute the following:

  $ ./configure
  $ make
  $ make check
  $ make install

If "make check" fails, you can still install, but it is likely that
some features will not work correctly on your system.
Proceed at your own risk.

"make install" may require superuser privileges.

For advanced usage information on configure and make, see INSTALL.txt.

** Hint on install location **

  By default, the package will be installed to /usr/local.  However,
  on many platforms, /usr/local/lib is not part of LD_LIBRARY_PATH.
  You can add it, but it may be easier to just install to /usr
  instead.  To do this, invoke configure as follows:

    ./configure --prefix=/usr

  If you already built the package with a different prefix, make sure
  to run "make clean" before building again.

Usage
=====

The documentation for Szl and the Sawzall language is available via the
web at:

  http://code.google.com/szl/

About

Automatically exported from code.google.com/p/szl

License:Other


Languages

Language:C++ 88.1%Language:Shell 10.0%Language:Emacs Lisp 0.8%Language:Groff 0.5%Language:C 0.3%Language:Protocol Buffer 0.2%