persan / protobuf-ada

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:C++ 50.5%Language:Ada 46.8%Language:Makefile 2.6%Language:C 0.1%Language:Shell 0.0%