# galaxy-fds-sdk-cpp **Repository Path**: mirrors_XiaoMi/galaxy-fds-sdk-cpp ## Basic Information - **Project Name**: galaxy-fds-sdk-cpp - **Description**: C++ SDK for Xiaomi File Data Storage - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # build 1. To build fds-client, you need to compile Poco(complete edition) & gtest manually. 2. After poco and gtest are built, you can use CMake to build the client itself: ``` $ mkdir build $ cd build $ cmake .. -DPOCO_INCLUDE=/my/poco/include -DPOCO_LIB=/my/poco/lib -DGTEST_INCLUDE=/my/gtest/include -DGTEST_LIB=/my/gtest/lib $ make ```