File: README

package info (click to toggle)
libgsecuredelete 0.3-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,248 kB
  • sloc: sh: 5,021; ansic: 4,642; makefile: 146; sed: 16
file content (46 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download | duplicates (5)
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
45
46
================
libgsecuredelete
================

libgsecuredelete is a GObject wrapper library for the secure-delete
tools (srm, sfill, sswap and smem), aiming to ease use of these tools
from programs by providing a simple but complete API to invoke them.

Build dependencies
==================

To build this library you will need:

* A C compiler (such as gcc)
* make
* autoconf
* libtool
* pkg-config
* GLib 2 (libglib2.0, some distributions might have a separate
  libgobject2.0)

If you want to build the development version, you will need
valac >= 0.14.2.  Note that the current build system cannot work
correctly if a Vala compiler is installed but at a too old version, even
though having no Vala compiler at all is perfectly fine when building
from tarballs.

Dependencies
============

In addition to the build dependencies, you will need the following
extra packages for the library to work properly:

* secure-delete
* pkexec (from the policykit package)

Quick installation instructions
===============================

::

  $ ./configure
  $ make
  # make install

For more detailed instructions and options, read INSTALL.