From 68396a038737e7ae54835503ba9291b4528df8a6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 10 Jan 2021 00:24:35 +0100 Subject: [PATCH] Document the procedure to build for Gtk+ 2 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a2e2239..85e4e95 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,9 @@ from the DeforaOS configure project, found at . The procedure is then as follows: - $ $EDITOR data/libDesktop.pc.in - [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] + $ configure -M gtk2-debug + [or "gtk2-release"] $ make distclean - $ configure $ make Please refer to the documentation of DeforaOS configure for further