# spdlog-1.17.0 **Repository Path**: LockzhinerAI/spdlog-1.17.0 ## Basic Information - **Project Name**: spdlog-1.17.0 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-15 - **Last Updated**: 2026-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spdlog-1.17.0 # 拉取包 ```bash wget https://github.com/gabime/spdlog/archive/refs/tags/v1.17.0.zip unzip 包名 ``` # 交叉编译配置 ```bash cd /LockzhinerVisionModuleWorkSpace/spdlog-1.17.0 rm -rf build && mkdir build && cd build export TOOLCHAIN_ROOT_PATH=${PWD}/../../arm-rockchip830-linux-uclibcgnueabihf cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/arm-rockchip830-linux-uclibcgnueabihf.toolchain.cmake \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=${PWD}/spdlog-1.17.0 \ .. make -j8 && make install zip -r -9 spdlog-1.17.0-lockzhiner-vision-module.zip spdlog-1.17.0 ```