https://github.com/aeon0/somesense-interface
https://github.com/aeon0/somesense-interface
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeon0/somesense-interface
- Owner: aeon0
- Created: 2022-09-18T09:33:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T10:11:49.000Z (over 3 years ago)
- Last Synced: 2025-08-05T10:52:14.609Z (about 1 year ago)
- Language: CMake
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shared Interace in Protobuf
## Dependencies
```bash
# install dependencies
sudo apt install cmake g++ libprotobuf-dev protobuf-compiler
# build
mkdir build
cd build
cmake ..
make
```