gEdit 0.5.4
Installation
---

To install gEdit, type:
	./configure ( add --prefix to install into another directory than /usr/local)
	  
	make
	su root
	make install

Then you can just type:
	gedit

To uninstall gEdit:
	su root
	make uninstall
	(From the directory containing the gEdit source)


That's about it to installing/uninstalling gEdit!
