tinc-gui: Reformat codebase according to PEP8
[tinc] / README.git
index 4f895c5..1c191ab 100644 (file)
@@ -7,13 +7,13 @@ to install the very latest versions of the following packages:
 - GCC
 - automake
 - autoconf
-- gettext
-- libevent
+- ncurses or PDCurses
+- readline
 
 Then you have to let the autotools create all the autogenerated files, using
 this command:
 
-autoreconf -f -s -i
+autoreconf -fsi
 
 If you change configure.in or any Makefile.am file, you will have to rerun
 autoreconf. After this, you can run configure and make as usual. To create a
@@ -23,4 +23,4 @@ make dist
 
 To clean up your working copy so that no autogenerated files remain, run:
 
-git clean
+git clean -f