3 Star 0 Fork 0

Gitee 极速下载 / szl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/google/szl
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
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/

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mirrors/szl.git
git@gitee.com:mirrors/szl.git
mirrors
szl
szl
master

搜索帮助