# algohub **Repository Path**: runinmind/algohub ## Basic Information - **Project Name**: algohub - **Description**: Pontus 统一算法开发环境。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: gitee - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-12 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装教程 首先使用 git clone 命令把此仓库下载到本地,由于 third 是以 submodule 的方式存在于本仓库的, 所以 clone 完成后需要将submodule下载到本地,submodule 的使用方式自行查询。 内网的third仓库地址: `http://192.168.100.3/wubin/third.git` 外网的third仓库地址: `https://gitee.com/runinmind/third.git` 所以在clone完成后需要执行 ``git submodule add `https://gitee.com/runinmind/third.git` third`` 后续三方库有更新时执行 `git submodule update --remote` 常用submodule命令: `git submodule init` `git submodule update` `git submodule add []` `git submodule update --recursive --remote` `git submodule status`