linux/README.md

10 lines
240 B
Markdown
Raw Normal View History

2024-12-17 10:49:27 +08:00
- 开发环境
> macOS + Docker 部署 openeuler/openeuler详细见 Dockefile 以及 docker-compose.yml
技术:
~~~bash
gcc -o server server.c -lpthread -L/usr/local/lib -I/usr/local/include -lgmssl -lz
gcc -o client client.c
~~~