Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/161.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 安装Freetype 2.5.3 Linux_C++_Linux_Freetype2 - Fatal编程技术网

C++ 安装Freetype 2.5.3 Linux

C++ 安装Freetype 2.5.3 Linux,c++,linux,freetype2,C++,Linux,Freetype2,我有一个C++项目,它使用FreeType 2.5.3,我需要在linux上编译(Kubuntu) 首先,我已经安装了FreeType,但它是旧版本(2.3.5) 我使用来自的命令编译和安装lib头和lib文件 然后在isr/include/freetype2中,我发现标题仍然是旧的。我在那里复制了新版本的标题 现在我看到ftheader.h中出现错误,但它找不到FT\u STROKER\u h,FT\u LCD\u FILTER和更多的头宏 这里有没有我错过的其他步骤

我有一个C++项目,它使用FreeType 2.5.3,我需要在linux上编译(Kubuntu) 首先,我已经安装了FreeType,但它是旧版本(2.3.5)

  • 我使用来自的命令编译和安装lib头和lib文件

  • 然后在isr/include/freetype2中,我发现标题仍然是旧的。我在那里复制了新版本的标题

  • 现在我看到ftheader.h中出现错误,但它找不到
    FT\u STROKER\u h
    FT\u LCD\u FILTER
    和更多的头宏

    这里有没有我错过的其他步骤