linux/README.md
2024-12-17 10:49:27 +08:00

10 lines
240 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 开发环境
> 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
~~~