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

240 B
Raw Blame History

  • 开发环境

macOS + Docker 部署 openeuler/openeuler详细见 Dockefile 以及 docker-compose.yml

技术:

gcc -o server server.c -lpthread -L/usr/local/lib -I/usr/local/include -lgmssl -lz
gcc -o client client.c