From c0afcda7dbc2ba330c0c8f73a2d52f1e954d2ad1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 6 Oct 2019 03:38:11 +0200 Subject: [PATCH] Default to Gtk+ 3 from now on --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 536e371..a2e2239 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ To install libDesktop in a dedicated directory, like `/path/to/libDesktop`: $ make PREFIX="/path/to/libDesktop" install -Using Gtk+ version 3 +Using Gtk+ version 2 -------------------- -libDesktop defaults to the version 2 of the Gtk+ toolkit. Alternatively, it is -possible to re-generate the Makefiles for the Gtk+ 3 toolkit with `configure(1)` +libDesktop defaults to the version 3 of the Gtk+ toolkit. Alternatively, it is +possible to re-generate the Makefiles for the Gtk+ 2 toolkit with `configure(1)` from the DeforaOS configure project, found at . The procedure is then as follows: $ $EDITOR data/libDesktop.pc.in - [replace "gtk+-2.0" with "gtk+-3.0"] + [replace "gtk+-3.0" with "gtk+-2.0"] $ $EDITOR src/project.conf tests/project.conf tools/project.conf [comment lines in and out as described] $ make distclean