Skip to content

yuqingbin/link-c-sdk

 
 

Repository files navigation

编译

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

About

qnlinking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 94.1%
  • CMake 3.9%
  • C++ 2.0%