To install or uninstall the program, type "make". This will present information about installing and uninstalling the program.

For information about running the program, start the program and type help or go to http://HisWordsArePure.com/seek

License: This is free open-source software. The software is licensed under the MIT license. See the file LICENSE for details. 

Compatible terminal programs: SEEK is a console program that is able to display Greek and Hebrew text provided the parent terminal program allows it. Examples of compatible terminal programs include the default terminal program used in Ubuntu and xterm. If the SEEK executable is located in the home directory and if using xterm, an alias, say "xseek", could be created for the following command:

xterm -sb +t -e ~/seek

The meaning of the optins of xterm is as follows:

-sb: scroll bar
+t : start in VT102 mode
-e : the program to execute; it will also change the title of the window of xterm to the name of that program

Note: If the menubar does not appear, the font-size menu should appear by pressing the control key and the right mouse button. Other menus may be obtained by pressing the control key together with the other mouse buttons.

Other possible options:
-sl: the number of lines to save that have been scrolled off the top of the screen. For instance, -sl 512 will save 512 lines.
-rightbar: places the scroll bar on the right
-leftbar:  places the scroll bar on the left
-tb: (if available) requests the menubar of xterm to be displayed.
-b : how many pixels should separate text from the border of the window. For instance, -b 5 will request 5 pixels.
-bg: background color
-fg: foreground color
-fn: font

