If you have 

   SimpleMake (v. 1.72 or above)

installed in your path you can do 

	make makefile
	make install

otherwise just do

	cc -O -I. -o convedi convedi.c	(UNIX)
	gcc -O -I. -o convedi convedi.c	(MINGW32 gcc)

and copy it somewhere in your path


