• Stars
    star
    13
  • Rank 1,464,694 (Top 30 %)
  • Language
    C++
  • License
    Other
  • Created over 5 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ada implementation of Protocol Buffers - Google's data interchange format

Note this repository is in beta stage.

Prerequisites: the folowing packages installed:

  • protobuf-compiler and protobuf-devel
  • Or the protobuff packages installed in the GNAT-Installation.

In the case of Ubuntu (tested under 20.04), install these packages:

  • libboost-dev
  • libprotobuf-dev
  • libprotoc-dev
  • protobuf-compiler
  • gprbuild
  • gnat-9

How to build and install.

$make all
$make install prefix=${PREFIX} # defaults to the gprinstall default.