diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-22 23:22:54 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-22 23:22:54 +0000 |
commit | 366bef62c8cbfa08a3e32e13dfe01e2800b601e5 (patch) | |
tree | f6bb0917ae8e89158995357519044fc65892171b /sca-cpp/trunk/INSTALL | |
parent | 3e7ef6020669f2b275e34a693411cc90081181f5 (diff) |
Implementation of a streaming + aggregating Log utility component using Facebook Scribe.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/INSTALL')
-rw-r--r-- | sca-cpp/trunk/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index 39dd8a2710..0fa2fb6c9e 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -303,7 +303,7 @@ tar xzf thrift-0.2.0-incubating.tar.gz cd thrift-0.2.0 ./bootstrap.sh ./configure --prefix=$HOME/thrift-0.2.0-bin --with-java=no --with-erlang=no \ ---with-py=no --with-perl=no --with-ruby=no --with-csharp=no --disable-static +--with-perl=no --with-ruby=no --with-csharp=no --disable-static make make install cd contrib/fb303 |