Commit 1147e2cf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated harfbuzz to 2.8.1

parent 12285df6
all:
tar xf harfbuzz-2.6.8.tar.xz
cd harfbuzz-2.6.8 && ./configure --prefix=/usr --with-gobject
$(MAKE) -C harfbuzz-2.6.8
-$(MAKE) -C harfbuzz-2.6.8 check
$(MAKE) -C harfbuzz-2.6.8 install
rm -rf harfbuzz-2.6.8
tar xf harfbuzz-2.8.1.tar.xz
cd harfbuzz-2.8.1 && ./configure --prefix=/usr --with-gobject
$(MAKE) -C harfbuzz-2.8.1
-$(MAKE) -C harfbuzz-2.8.1 check
$(MAKE) -C harfbuzz-2.8.1 install
rm -rf harfbuzz-2.8.1
graphite2:
tar xf harfbuzz-2.6.8.tar.xz
cd harfbuzz-2.6.8 && ./configure --prefix=/usr --with-gobject --with-graphite2
$(MAKE) -C harfbuzz-2.6.8
-$(MAKE) -C harfbuzz-2.6.8 check
$(MAKE) -C harfbuzz-2.6.8 install
rm -rf harfbuzz-2.6.8
tar xf harfbuzz-2.8.1.tar.xz
cd harfbuzz-2.8.1 && ./configure --prefix=/usr --with-gobject --with-graphite2
$(MAKE) -C harfbuzz-2.8.1
-$(MAKE) -C harfbuzz-2.8.1 check
$(MAKE) -C harfbuzz-2.8.1 install
rm -rf harfbuzz-2.8.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment