首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏10km的专栏

    minigui:mgplus交叉编译警告 include locationi

    fdata-sections -I/home/gyd/workspace/app/dependencies/release/freetype-2.6.1/mips-linux-gnu/include/freetype2 workspace/app/dependencies/release/libminigui-3.2.0/mips-linux-gnu/include -DNDEBUG -I/usr/include/freetype2 如上图红框标的代码,mgplus在生成Makefile时需要freetype的CFLAGS和LDFLAGS参数,但是它没有用标准的pkg-config命令(pkg-config --cflags freetype2 ,pkg-config --libs freetype2)来获取,而是用freetype提供的脚本工具 freetype-config来获取CFLAGS和LDFLAGS参数。 解决办法也很简单在编译目标平台版本时要将交叉编译的freetype2的可执行文件夹bin加入$PATH export PATH=$freetype_prefix/bin:$PATH 这样以来,Makefile

    1.1K10发布于 2019-05-25
  • 来自专栏Urlteam

    docker ubuntu:14.04上 安装 python-PIL-image环境

    /libz.so /usr/lib 或者 sudo apt-get build-dep python-imaging 由于ubuntu14中libfreetype 的头文件在/usr/include/freetype2 目录下,但PIL中使用的路径是freetype,所以需要做以下操作 cd /usr/include ln -s freetype2 freetype 安装PIL库 $:wget wget http:// available (Tcl/Tk 8.6 libraries needed) — JPEG support available — ZLIB (PNG/ZIP) support available — FREETYPE2 只要JPEG、ZLIB、FREETYPE2 是 available就行 开始PIL的安装: python setup.py build  (我出现的错误 <freetype/freetype> 不存在 ,处理方法:cd /usr/include  sudo ln -s freetype2 freetype)  python setup.py install 原创文章,转载请注明: 转载自URl-team

    1.1K00发布于 2019-11-23
  • 来自专栏编程从踩坑到跳坑

    简单几步!Windows下Clion结合docker调试openjdk8源码

    -enable-debug-symbols --with-boot-jdk=/openjdk/java-se-7u75-ri --with-freetype-include=/usr/include/freetype2 -enable-debug-symbols --with-boot-jdk=/openjdk/java-se-7u75-ri --with-freetype-include=/usr/include/freetype2 -enable-debug-symbols --with-boot-jdk=/openjdk/java-se-7u75-ri --with-freetype-include=/usr/include/freetype2

    1.7K10发布于 2021-01-20
  • 来自专栏Elton的技术分享博客

    Tomcat 启动gzip压缩输出页面大小及其他优化

    /configure --prefix=/usr/local/freetype2 make make install gd wget http://www.libgd.org/releases/gd-2.0.35 /local/zlib/ --with-png=/usr/local/libpng/ --with-jpeg=/usr/local/jpeg6/ --with-freetype=/usr/local/freetype2 local/jpeg6/ --with-png-dir=/usr/local/libpng/ --with-gd=/usr/local/gd2/ --with-freetype-dir=/usr/local/freetype2

    1.1K40发布于 2021-01-22
  • 来自专栏python3

    安装python的visual模块时报错

    / pango-1.0 -I / usr / include / glib-2.0 -I / usr / lib / glib-2.0 / include -I / usr / include / freetype2 / pango-1.0 -I / usr / include / glib-2.0 -I / usr / lib / glib- 2.0 / include -I / usr / include / freetype2 include / pango-1.0 -I / usr /include/glib-2.0 -I / usr / lib / glib-2.0 / include -I / usr / include / freetype2 0 / include -I / usr / include / freetype2 -I / usr / include / libpng12 -Wall -version-info 1:1:0 -no-undefined

    2.8K10发布于 2020-01-10
  • 来自专栏芝麻实验室

    关于"freetype/config/ftheader.h: No such file or directory"问题的解决

    $ ln -s /usr/include/freetype2/freetype/ /usr/include/freetype ----

    4.4K30发布于 2019-03-05
  • 来自专栏linux百科小宇宙

    Python图像处理库(PIL)的安装与简单使用

    available *** JPEG support not available *** ZLIB (PNG/ZIP) support not available *** FREETYPE2 not available --- JPEG support available --- ZLIB (PNG/ZIP) support available --- FREETYPE2

    2.9K30发布于 2021-06-08
  • 来自专栏码上就说

    完成一个VideoEditor需要哪些三方库

    valeriansaliou/sonic soundtouch: http://soundtouch.surina.net/ stb: https://github.com/nothings/stb freetype2 : https://github.com/aseprite/freetype2 harfbuzz: https://github.com/harfbuzz/harfbuzz 当然上面只是实现VideoEditor

    99820编辑于 2022-05-25
  • 来自专栏Elton的技术分享博客

    CentOS环境中lighttpd+php+fastcgi+eAccelerator安装配置

    /configure --prefix=/usr/local/freetype2 make make install gd wget http://www.libgd.org/releases/gd-2.0.35 /local/zlib/ --with-png=/usr/local/libpng/ --with-jpeg=/usr/local/jpeg6/ --with-freetype=/usr/local/freetype2 local/jpeg6/ --with-png-dir=/usr/local/libpng/ --with-gd=/usr/local/gd2/ --with-freetype-dir=/usr/local/freetype2

    1.3K10发布于 2021-01-22
  • 来自专栏信数据得永生

    Matplotlib 中文用户指南 4.1 文本介绍

    freetype2 可产生非常漂亮,抗锯齿的字体,即使在小光栅尺寸下看起来也不错。

    49430编辑于 2022-12-01
  • 来自专栏程序猿成长计划

    Python安装PIL图片处理库

    提示缺少freetype/fterrors.h头文件,可是系统已经安装了,于是从stackoverflow上找到方案: $ ln -s /usr/local/include/freetype2 /usr

    1.7K20发布于 2019-02-27
  • 来自专栏EasyNVR

    视频高清直播RTMP视频推流组件EasyRTMP-IOS版如何使用wchar_t*类型参数?

    最近TSINGSEE青犀视频研发人员在EasyRTMP推流组件iOS版本中接入freetype2库,来实现水印的功能,其中显示中文的时候,直接使用char * 就会造成FT_Get_Char_Index

    1.4K40发布于 2020-08-25
  • 来自专栏嵌入式项目开发

    Linux应用开发:嵌入式Linux下矢量字体运用

    freetype-2.4.10]# tree _install/ _install/ ├── bin │ └── freetype-config ├── include │ ├── freetype2 arm-none-linux-gnueabi/sys-root/usr/include/ [wbyq@wbyq freetype-2.4.10]$ sudo cp _install/include/freetype2 home/wbyq/work/freetype-2.4.10/_install/include -I /home/wbyq/work/freetype-2.4.10/_install/include/freetype2

    5.4K30编辑于 2022-01-12
  • 来自专栏PHP全栈技术

    linux 安装php8及一些扩展记录

    php-config --with-jpeg=/usr/local/jpeg --with-freetype=/usr/local/freetype make && make install #提示找不到freetype2

    2K20编辑于 2022-04-18
  • 来自专栏悟空被FFmpeg玩

    使用FFmpeg新解码API解封装解码音视频(代码实例)

    I/usr/local/include -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/opt/freetype/include/freetype2 I/usr/local/include -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/speex/1.2rc1/include -I/usr/local/include

    1.6K40发布于 2019-03-05
  • 来自专栏无道编程

    2021-07-15 Centos7 安装php7,并与php8共存

    \ --with-fpm-systemd \ --disable-fileinfo \ --with-jpeg=/usr/include \ --with-freetype=/usr/include/freetype2

    1.3K20发布于 2021-07-19
  • 来自专栏sunsky

    给Linux增加swap内存

    local/src/php-7.0.23 -I/usr/local/src/php-7.0.23/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2

    8.3K20发布于 2020-08-19
  • 来自专栏10km的专栏

    minigui 3.2.0:基于miniStudio应用TrueType字体的过程(1)

    TrueType字体支持 MiniGUI 3.2.0默认已经基于freetype2提供了对TrueType字体的支持。 打开/usr/local/include/minigui/mgconfig.h,就能看到_MGFONT_FT2已经打开,说明MiniGUI 3.2.0基于freetype2提供了对TrueType字体的支持

    1.4K20发布于 2019-05-25
  • 来自专栏EasyNVR

    基于EasyNVR摄像机无插件直播流媒体服务器实现文字滤镜处理功能

    重点问题,此处进行—enable-libfreetype 会有出现如下问题 ERROR: freetype2 not found using pkg-config ?

    86120发布于 2020-04-23
  • 来自专栏FreeBuf

    ImHex:一款功能强大的十六进制编辑器

    时还需要安装下列依赖组件: GLFW3 libmagic, libgnurx, libtre, libintl, libiconv libcrypto capstone nlohmann json Python3 freetype2

    3.8K10发布于 2021-03-09
领券