-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
44 lines (32 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=============
Nautilus Wipe
=============
Overview
========
Nautilus Wipe allows you to wipe files or available disk space from within
Nautilus.
Dependencies
============
- libnautilus-extension 2.x or 3.x (http://live.gnome.org/Nautilus)
- GTK2 >= 2.6 or GTK3 (http://www.gtk.org)
- libgsecuredelete (http://wipetools.tuxfamily.org/libgsecuredelete.html)
- GConf 2.x (http://projects.gnome.org/gconf/) -- only needed for Nautilus 2.x
Build dependencies
==================
- make
- gcc
- intltool
- yelp-tools
If you are building from Git rather than a tarball, you also need
`autoconf`, `automake` (>= 1.11.1) and `libtool` (>= 2.2).
Quick installation instructions
===============================
::
$ ./configure
$ make
# make install
If you have both GTK2 and GTK3 development files installed and want to
build against GTK2, you should pass the ``--without-gtk3`` flag to
``./configure``.
If you are building from Git, you first need to run ``./autogen.sh``,
which will prepare the build system and generate the `configure` script.