summaryrefslogtreecommitdiff
path: root/tests/make_bitmap/runme.sh
diff options
context:
space:
mode:
authorKushal K S V S <kkushal32@gmail.com>2017-07-07 02:38:01 +0530
committerKushal K S V S <kkushal32@gmail.com>2017-07-07 02:38:01 +0530
commite5bdfde6dfe101c9ce2871b151f12d223f57afa2 (patch)
tree4d6b53e19d7aeda4c534a722cb0f7eb9376d7d4a /tests/make_bitmap/runme.sh
parentcf8d9b4ce3fa2c6cd9ccb25585bc17a355c987b0 (diff)
parent4f5f083dc68dc6f0896e8da529590e88101c3c19 (diff)
downloadfreetype2-e5bdfde6dfe101c9ce2871b151f12d223f57afa2.tar.gz
Merge branch 'ksvsk_test' of into kushal_glyph_testkushal_glyph_test
Diffstat (limited to 'tests/make_bitmap/runme.sh')
-rwxr-xr-xtests/make_bitmap/runme.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/make_bitmap/runme.sh b/tests/make_bitmap/runme.sh
new file mode 100755
index 000000000..4243ea5d7
--- /dev/null
+++ b/tests/make_bitmap/runme.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+gcc example1.c bitmap.c murmur3.c -Wall -I /usr/local/include/freetype2/ -lfreetype -o example1
+gcc example2.c bitmap.c murmur3.c -Wall -I /usr/local/include/freetype2/ -lfreetype -o example2
+