Mysql c Api 开发笔记 第一个例子 用来测试mysql开发的环境是否搭建完成,测试的方式是调用一个Mysql的函数。 version.c文件 #include #include int main(int argc, const char *argv[]) { printf("Mysql client version:%s\n",mysql_get_client_info());…
错误信息: [0/1] Re-running CMake...
CMake Warning at googletest/CMakeLists.txt:50 (project):VERSION keyword not followed by a value or was followed by a value thatexpanded to nothing.CMake Error at googletest/CMakeLists.txt:124 (set_target_prope…
目录标题 Fontconfig官方介绍About Fontconfig本文使用的交叉编译器交叉编译freetype交叉编译libxml2交叉编译uuid交叉编译expat交叉编译fontconfig 结语 本文只要介绍fontconfig的交叉编译,以及其依赖库
Fontconfig官方介绍
Fontconfig is a library for configuring and c…