Skip to content
Snippets Groups Projects
Commit 8a812696 authored by edgrif's avatar edgrif
Browse files

add stuff about debug build.

parent a63ad73d
No related branches found
No related tags found
No related merge requests found
<!-- 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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment