https://github.com/lagrangedev/liblagrange
https://github.com/lagrangedev/liblagrange
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lagrangedev/liblagrange
- Owner: LagrangeDev
- License: agpl-3.0
- Created: 2024-02-16T13:30:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T19:12:00.000Z (over 1 year ago)
- Last Synced: 2025-05-08T16:53:01.810Z (about 1 year ago)
- Language: C++
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liblagrange(WIP)
`liblagrange` is a modern c++ library to implement oicq protocol.
## build
```shell
cmake -G Ninja -S . -B build -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
```