From 7e984d410b457916085aa623b540d3464f8373f2 Mon Sep 17 00:00:00 2001
From: Geo Carncross <geocar@gmail.com>
Date: Sun, 29 May 2011 16:27:12 -0400
Subject: [PATCH] add helpful hints for ubuntu users

---
 README.ubutntu | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 README.ubutntu

diff --git a/README.ubutntu b/README.ubutntu
new file mode 100644
index 0000000..b1d43cc
--- /dev/null
+++ b/README.ubutntu
@@ -0,0 +1,14 @@
+
+The Debian and Ubuntu GNOME packages don't have reasonable defaults,
+so you have to give ./configure every path manually.
+
+  ./configure \
+	--prefix=/usr --localstatedir=/etc --sysconfdir=/etc \
+	--sharedstatedir=/var/lib --libexecdir=/usr/lib \
+	--infodir=/usr/share/info --mandir=/usr/share/man \
+	--with-pppd-plugin-dir=/usr/lib/pppd/2.4.5/
+
+You'll need at least the following installed:
+
+  sudo apt-get install xl2tpd openswan
+
-- 
2.18.1