Skip to content

LoveHeat/galaxy-fds-sdk-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ SDK for Xiaomi File Data Storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • CMake 0.5%