# acl学习项目 **Repository Path**: linux_jianfeng123/acl-learning-program ## Basic Information - **Project Name**: acl学习项目 - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Acl实现的分布式文件系统 ## 目录结构 ``` common:公共模块 http: http服务器 client: 客户机 id_server: id服务器 storage_server: 存储服务器 tracker_server: 跟踪服务器 ``` ## 构建步骤 ``` mkidr build cmake .. make -j8 ```