Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persan/protobuf-ada
https://github.com/persan/protobuf-ada
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/persan/protobuf-ada
- Owner: persan
- License: other
- Created: 2018-12-28T11:31:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T05:57:34.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:42:39.213Z (3 months ago)
- Language: C++
- Size: 29.4 MB
- Stars: 17
- Watchers: 9
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
- awesome-ada - protobuf-ada - Experimental Ada code generation support for Google Protocol Buffers. (Libraries / Format Readers, Writers and Checkers)
README
# 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.
```