# icb-tools **Repository Path**: sudewei/icb-tools ## Basic Information - **Project Name**: icb-tools - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-05 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: icb ## README ### Linux下编译exe ``` [root@dev-129 icb-tools]# export CGO_ENABLED=0 [root@dev-129 icb-tools]# export GOOS=windows [root@dev-129 icb-tools]# export GOARCH=amd64 [root@dev-129 icb-tools]# go build [root@dev-129 icb-tools]# file icb-tools.exe icb-tools.exe: PE32+ executable (console) x86-64, for MS Windows ```