= Required Libraries * SDL - Simple Directmedia Layer http://www.libsdl.org/ * SDL_ttf - TrueTypeFont renderer on SDL http://www.libsdl.org/projects/SDL_ttf/ * iconv - The library that converts the encoding of characters. = Basic Installation 0. Install required libraries. 1. `cd' to the source directory and type `./configure'. 2. Type `make' to compile. 3. Type `make install' to install. = Using UTF8 or SJIS If you want to use SJIS or UTF8, please convert character encoding of following two files, rule_table and dictionary file. And call SDLSKK_set_encoding.