Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.62 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.62 KB

#trunk

Build Status

A collection of C++/Java opensource projects with BUILD files so they can be easily built with bazel.

To try:

$ git clone https://github.com/mzhaom/trunk && cd trunk
$ git submodule update --init
$ bazel build examples/...:all

Currently C++ projects can be only built on Linux x64 system.

##C++

##Java

  • grpc-java gRPC in Java
  • guava Guava: Google Core Libraries for Java
  • netty Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients.