Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 629 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 629 Bytes

Rune Writer

How to compile?

g++ -Wall -fPIC -std=c++14 -c translator.cpp -o translator.o `pkg-config --cflags freetype2 cairo` `pkg-config --libs freetype2 cairo`
g++ -Wall -fPIC -shared -o translator.so translator.o `pkg-config --cflags freetype2 cairo` `pkg-config --libs freetype2 cairo`
rm translator.o
gcc -Wall -Wextra -rdynamic -g main.c -o runePrint `pkg-config --libs --cflags gtk+-3.0` -ldl

Synopsis:

Rune Writer is build to help its user to translate latin to runic(ancient futhark) alphabet by English phonetics and vice versa. It uses txt file as input and produces output pdf file with translation.