Browse Source

web: point to the configurator to generate config.h

Rusty Russell 15 years ago
parent
commit
468af4eaa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/staticindex.php

+ 1 - 1
web/staticindex.php

@@ -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