# link-c-sdk **Repository Path**: mirrors_qiniu/link-c-sdk ## Basic Information - **Project Name**: link-c-sdk - **Description**: qnlinking - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 编译 ### x86 ``` mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/your/install/path/ make make install ``` ### 交叉编译 ``` mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/your/install/path/ -DCROSS_COMPILE=/you/toolchain/prefix/ make make install ``` ## 发布 - make package