Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyranet/drakhtar-telemetry
https://github.com/kyranet/drakhtar-telemetry
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyranet/drakhtar-telemetry
- Owner: kyranet
- License: other
- Created: 2021-04-22T14:24:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T21:02:38.000Z (over 3 years ago)
- Last Synced: 2024-10-15T03:57:37.403Z (23 days ago)
- Language: C++
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# drakhtar-telemetry
Telemetry Engine built for the [Drakhtar](https://github.com/kyranet/drakhtar).
---
## Build
### Windows
#### Automatic
Double click on the [`windows-setup.cmd`] and the [`windows-build.cmd`] files accordingly. That's all!
> **Note**: You must download [Microsoft PowerShell](https://github.com/PowerShell/PowerShell) to run the scripts, the
built-in Windows PowerShell does not work as it lacks of features needed for them to work.#### Manual
First, run CMake:
```sh-session
$ cmake -B build
```Then build the project inside the `build` folder.
[`windows-setup.cmd`]: https://github.com/kyranet/drakhtar-telemetry/blob/main/scripts/windows-setup.cmd
[`windows-build.cmd`]: https://github.com/kyranet/drakhtar-telemetry/blob/main/scripts/windows-build.cmd