[Pkg-privacy-commits] [nautilus-wipe] 182/224: Document building from Git, and fix some typos
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit 24433cba85010784b29183566fb24a2773b8df3c
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Thu May 16 00:47:49 2013 +0200
Document building from Git, and fix some typos
---
README | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/README b/README
index 5dd0cbc..e6b0077 100644
--- a/README
+++ b/README
@@ -2,13 +2,13 @@
Nautilus Wipe
=============
-Overwiew
+Overview
========
-Nautilus Wipe allows you to wipe files or available diskspace from
+Nautilus Wipe allows you to wipe files or available diskspace from within
Nautilus.
-Dependancies
+Dependencies
============
- libnautilus-extension 2.x or 3.x (http://live.gnome.org/Nautilus)
@@ -16,7 +16,7 @@ Dependancies
- libgsecuredelete (http://wipetools.tuxfamily.org/libgsecuredelete.html)
- GConf 2.x (http://projects.gnome.org/gconf/) -- only needed for Nautilus 2.x
-Build dependancies
+Build dependencies
==================
- make
@@ -27,6 +27,9 @@ Build dependancies
Some distributions might also require one of `rarian-compat` or
`scrollkeeper` together with `gnome-doc-utils`.
+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
===============================
@@ -37,5 +40,8 @@ Quick installation instructions
# make install
If you have both GTK2 and GTK3 development files installed and want to
-build againts GTK2, you should pass the ``--without-gtk3`` flag to
-``configure``.
+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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list