Show how to compile against GTK3.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 20 Jan 2014 21:13:22 +0000 (22:13 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 20 Jan 2014 21:13:22 +0000 (22:13 +0100)
README.md

index 1332e0b..f5ef130 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,8 @@ Therefore, you should always compare your customised `config.h` with
 Run following command to compile and install vimb (if necessary last one as
 root).
 
-    make clean && make
+    make clean
+    make // or make GTK=3 to compile against gtk3
     make install
 
 To build vimb against gtk3 you can use `make GTK=3`.