cairo

5-03 1,687 views

Cairo

https://www.cairographics.org/releases/

https://github.com/Homebrew/homebrew-core/blob/master/Formula/cairo.rb

build

./autogen.sh 

*** No autoreconf found, please install it ***

brew install autoconf

sh: aclocal: command not found

brew install automake

glibtoolize is needed because this package uses Libtool

brew install libtool
./configure --prefix=/usr/local/Cellar/cairo/1.14.12 --disable-dependency-tracking --enable-gobject=no --enable-svg=yes --enable-tee=yes --enable-quartz-image=no --enable-xcb=no --enable-xlib=no --enable-xlib-xrender=no

HarfBuzz

https://harfbuzz.github.io/

https://github.com/harfbuzz/harfbuzz

https://github.com/Homebrew/homebrew-core/blob/master/Formula/harfbuzz.rb

./configure --prefix=/usr/local/Cellar/harfbuzz/2.2.0 --disable-dependency-tracking --enable-introspection=yes --enable-static --with-cairo=yes --with-coretext=yes --with-freetype=yes --with-glib=yes --with-gobject=yes --with-graphite2=yes --with-icu=yes

Pango

http://ftp.gnome.org/pub/GNOME/sources/pango/

https://github.com/Homebrew/homebrew-core/blob/master/Formula/pango.rb

COM in plain C

https://www.codeproject.com/Articles/13601/COM-in-plain-C

阅读全文

A Brief Intro to Input Method Framework, Linux IME, and XIM

https://tedyin.com/posts/a-brief-intro-to-linux-input-method-framework/ There are chances one need an input method editor (IME). For CJK users, su...

阅读全文

使用Visual studio查看exe或DLL文件的依赖项

事先准备:只要 Visual Studio 任何版本即可。 点击开始 -> 程序 -> Visual Studio对应的版本,打开Visual Studio Tools -> 选择 命令提示 进入命...

阅读全文

欢迎留言