From 8a8126967ff54f64b1cb3cd7db77761bb402fe58 Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Wed, 24 Mar 2010 11:24:02 +0000
Subject: [PATCH] add stuff about debug build.

---
 foocanvas/foocanvas_build.html | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/foocanvas/foocanvas_build.html b/foocanvas/foocanvas_build.html
index a501ee825..7f9246edc 100644
--- a/foocanvas/foocanvas_build.html
+++ b/foocanvas/foocanvas_build.html
@@ -1,4 +1,4 @@
-<!-- CVS info:   $Id: foocanvas_build.html,v 1.4 2010-03-23 14:44:39 edgrif Exp $ -->
+<!-- CVS info:   $Id: foocanvas_build.html,v 1.5 2010-03-24 11:24:02 edgrif Exp $ -->
 
 
 
@@ -434,6 +434,21 @@ the preceding section and do the following:</p>
 </pre>
 
 
+<p>To build a debug version of the canvas and install it locally:</p>
+
+<pre>
+
+> ./configure --prefix=&lt;your local directory&gt; CFLAGS=-g
+
+> make
+
+> make install
+
+</pre>
+
+
+
+
 <a name="appendix">
 <h2>Appendix</h2>
 </a>
-- 
GitLab