Skip to content

losper/libparser

Repository files navigation

libcapture库

介绍

本项目用来解析XML,css,html,json等

支持平台

本项目支持平台如下: windows 桌面 linux 桌面/ARM

编译步骤

  • arm-linux

mkdir build cd build cmake ../ -DCMAKE_TOOLCHAIN_FILE=../cmake/arm.cmake

  • linux

mkdir build cd build cmake ../ +windows windows下vs版本众多,CMAKE的生成器也较多,下面举例msvc2015。 mkdir build cd build cmake ../ -G “Visual Studio 14 2015 Win64”

快速上路

FAQ

  • arm-linux出现编译不过的时候

如果是如下字样,请现删除build文件夹,重新编译。 Manually-specified variables were not used by the project: CMAKE_TOOLCHAIN_FILE 原因是已经在其他配置上生成过,无法再使用该选项进行生成。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published