File: INSTALL

package info (click to toggle)
gedit 0.5.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,388 kB
  • ctags: 1,622
  • sloc: ansic: 10,760; sh: 4,975; makefile: 463; sed: 93
file content (21 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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!