summaryrefslogtreecommitdiff
path: root/hacks/text-win.sh
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-22 23:34:20 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-23 00:00:48 +0000
commitd702ba9f67da8a08277f83ec692bf6b90736b243 (patch)
tree8061b8d35204fe1d178021a385cd08a00ed6f63b /hacks/text-win.sh
parent360db7a7d5429c3bcf7c5c0e39e29a94a74d8f8a (diff)
Try to improve font rendering on Windows by using freetype for pango/cairo.v2.13.105
Diffstat (limited to 'hacks/text-win.sh')
-rw-r--r--hacks/text-win.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hacks/text-win.sh b/hacks/text-win.sh
new file mode 100644
index 000000000..62e6fed4c
--- /dev/null
+++ b/hacks/text-win.sh
@@ -0,0 +1 @@
+/opt/mxe/usr/bin/x86_64-w64-mingw32.shared-g++ -o text.exe text.cc $(/opt/mxe/usr/bin/x86_64-w64-mingw32.shared-pkg-config pkg-config --cflags --libs cairomm-1.0 glibmm-2.4 pangomm-1.4)