This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
A compiler and runtime for the Sawzall language
License
google/szl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
A compiler and runtime for the Sawzall language
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published