From 153f5250bcde66bd149a837ab6fd17d7afb89f4f Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sun, 2 Mar 2014 00:44:14 +0100 Subject: [PATCH] doc: Minor updates to the main README file Including proper instructions for compiling with debug enabled; removing offensive remark (even if true); removing deprecated docklib stuff. Signed-off-by: Christophe CURIS --- README | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README b/README index 429dbf01..fcf6c6a9 100644 --- a/README +++ b/README @@ -70,8 +70,7 @@ Read before asking. in the directories. * INSTALL has installation instructions and some troubleshooting tips. -You're meant to read it before installing. It was not written just to fill up -space in the package. +You're meant to read it if you are compiling the sources. * FAQ: Frequently Asked Questions. READ IT!!! FAQ.I18N is for internationalization related questions. @@ -125,15 +124,13 @@ Directories & Files in the Source Tree * po/ has message catalogs wich are the translated versions of the messages displayed by Window Maker. -* docklib-x.x.tar.gz a library for writing dockapps - HELP ME!!! ========== There is a mailing list for discussing Window Maker at wmaker-user@lists.windowmaker.org To subscribe to it, send a message to -wmaker-user-subscribe@lists.windowmaker.info +wmaker-user-subscribe@lists.windowmaker.org If you got a problem, ask there (after reading the docs, of course). The people there is more likely to be able to answer your questions than we are. For bug @@ -258,8 +255,8 @@ stripping too. To compile wmaker with debugging information: - ./configure - make CFLAGS=-g + ./configure --enable-debug + make If you get the dialog window telling you that wmaker crashed and asks you what to do, tell it to "Abort and leave a core file".