https://github.com/agent-hellboy/turbo
https://github.com/agent-hellboy/turbo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agent-hellboy/turbo
- Owner: Agent-Hellboy
- License: mit
- Created: 2024-10-16T13:41:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T09:58:28.000Z (over 1 year ago)
- Last Synced: 2025-07-03T01:39:54.122Z (11 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turbo
Hehe , I don't want to share what this is.
## Installation Instructions
1. Ensure you have `yaml-cpp` , `googletest`, and `libcurl` installed on your system.
2. Create a build directory, configure the project, and build it:
```bash
mkdir -p build && cd build
cmake -DCMAKE_PREFIX_PATH="/usr/local" ../turbo
make
## Uses
- Use Turbo: The turbo binary will be generated inside build/bin and is ready for use.
- Run Tests: To execute tests, use ctest in the build directory: