From: Rusty Russell Date: Wed, 3 Nov 2010 13:14:48 +0000 (+1030) Subject: web: point to the configurator to generate config.h X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=468af4eaa08b24c7044941aa8934232df606b6a3 web: point to the configurator to generate config.h --- diff --git a/web/staticindex.php b/web/staticindex.php index 0a521023..1a21456d 100644 --- a/web/staticindex.php +++ b/web/staticindex.php @@ -30,7 +30,7 @@ or clone our git repository (git There are two ways to use it:
  1. Put modules into a ccan/ subdirectory into your project. Add a "config.h" (like - this example) and compile every .c file + this example, or generate one using the configurator) and compile every .c file in ccan/* (as in this Makefile)).
  2. Alternatively, just hack whatever parts you want so it compiles in