Commit 468af4ea authored by Rusty Russell's avatar Rusty Russell

web: point to the configurator to generate config.h

parent f6b26e5d
......@@ -30,7 +30,7 @@ or clone our <a href="http://git.ozlabs.org/?p=ccan">git repository</a> (<tt>git
There are two ways to use it:
<ol>
<li> Put modules into a ccan/ subdirectory into your project. Add a "config.h" (like
<a href="example-config.h">this example</a>) and compile every .c file
<a href="example-config.h">this example</a>, or generate one using <a href="http://git.ozlabs.org/?p=ccan;a=blob_plain;f=tools/configurator/configurator.c">the configurator</a>) and compile every .c file
in ccan/* (as in this <a href="Makefile-ccan">Makefile</a>)).
<li> Alternatively, just hack whatever parts you want so it compiles in
......
Markdown is supported
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