Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
pylight committed Sep 4, 2011
1 parent 3d96964 commit 98c8a1e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ P^2 Config Tool
* Version: 0.2
* GitHub: <https://github.com/pylight/P-2-Config-Tool>
* [German Blogpost](http://ganz-sicher.net/blog/programmierung-scripting/perfect-privacy-tool-fur-den-networkmanager-p2-vpn-config-tool/)
* Dependecies: gksu, networkmanager, nmcli, python3
* Dependecies: gksu, networkmanager, nmcli, python3, python3-gobject

This free software is copyleft licensed under the GPL license.

Expand Down Expand Up @@ -55,11 +55,11 @@ Please note that you need to create a working PP VPN-Connection
On first run you are asked to insert the name of the connection. (in the screen below it would be: PP)


Ubuntu 11.04/11.10
Installation - Ubuntu 11.04/11.10
------------------

Since Ubuntu 11.04 doesn't use python3 and Gtk3 by default, you'll need to
do some freaky stuff to get this tool working here. (in later versions
do some crazy things to get this tool working here. (in later versions
e.g. 11.10 you can just install ""python3.2"" and ""python2-gobject""
and start having fun!)

Expand All @@ -80,6 +80,16 @@ libffi6 and python3-gobject
<pre>python3.2 pptool.py</pre>


Installation - Gnome 3 with Archlinux or Fedora
-----------------------------------------------

Gnome 3 comes with GTK+3 but you'll possibliy need (Archlinux):
<pre>pacman -S python python-gobject</pre>

In Fedora it would be:
<pre>yum install python3 python3-gobject</pre>


Screenshots
------------

Expand Down

0 comments on commit 98c8a1e

Please sign in to comment.