# ordos **Repository Path**: lingxinmeng/ordos ## Basic Information - **Project Name**: ordos - **Description**: 鄂尔多斯工具链 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-30 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一、部署 ## 1-1 编译可执行文件 ```shell # 1 cd /mnt/disk001/ordos # 2 go build -race -o ./sceneGenerateToolChain.exe src/main.go # 3 样例数据导入 go test -v -timeout 60m do_annotate_test.go ```