https://github.com/plugfox/dart-server
https://github.com/plugfox/dart-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugfox/dart-server
- Owner: PlugFox
- Created: 2023-09-11T18:06:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T13:23:29.000Z (over 2 years ago)
- Last Synced: 2025-01-05T02:42:09.239Z (over 1 year ago)
- Language: C
- Size: 4.16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libuv
- [libuv](https://github.com/libuv/libuv)
- [documentation](https://docs.libuv.org/en/v1.x/guide/introduction.html)
## Dependencies
```bash
sudo apt-get update
sudo apt-get install -y gcc make cmake g++ libuv1-dev pkg-config gdb clang-format
```