# libevdeploy **Repository Path**: cvmart/libevdeploy ## Basic Information - **Project Name**: libevdeploy - **Description**: evdeploy release 仓库,每个分支代表不同设备对应的版本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: x86_64_trt - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-03 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## evdeploy release ### 获取方式 ``` git clone https://gitee.com/cvmart/libevdeploy.git -b [branch_name] ``` **不同branch_name代表不同版本,比如x86_trt表示x86平台下的tensorrt版本** ### 安装方式 执行install.sh ``` ./install.sh ``` 或者直接复制到/usr/local/evdeploy目录 ``` mkdir -p /usr/local/evdeploy cp -rf ./* /usr/local/evdeploy/ ```