From: Daniel Carl Date: Mon, 20 Jan 2014 21:13:22 +0000 (+0100) Subject: Show how to compile against GTK3. X-Git-Url: https://git.owens.tech/assets/static/gitweb.css/assets/static/gitweb.css/git?a=commitdiff_plain;h=4d26af46087634ae2183c6feb17d48d3f5af43c9;p=vimb.git Show how to compile against GTK3. --- diff --git a/README.md b/README.md index 1332e0b..f5ef130 100644 --- 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`.