Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 786 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 786 Bytes

Built on CloudBees

Introduction

Protobufutil is a library of helper routines for reading and writing protocol buffers over a socket, including over SSL/TLS.

Building

To build the library, run cmake . && make. You can then run make test to run the unit test suite. If you are running Linux and have Valgrind available on your system, you can also run make test_valgrind to run the test suite under Valgrind.

To incorporate protobufutil into another project, make sure the include/ directory is on your compiler's header search path. You can link against the static library produced by the build process, libprotobufutil.a.