/easytimer

Automatically exported from code.google.com/p/easytimer

Primary LanguageC

easytimer is a simple timer that (for now) goes up to 999 seconds.

COMPILING
---------
	- Generate the image for the digit font using gendig.sh.
		+ imagemagick is needed for this.
	- Compile the program using the Makefile.
		+ The SDL, SDL_image and their corresponding development
		  libraries are needed for compilation.

RUNNING
-------
	- Run the easytimer binary.
		+ Press <Return> to start/stop the timer.
		+ Press <Space> to pause/unpause the timer.
		+ Press <r> to toggle stopwatch/timer mode.