From 468af4eaa08b24c7044941aa8934232df606b6a3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 3 Nov 2010 23:44:48 +1030 Subject: [PATCH 1/1] web: point to the configurator to generate config.h --- web/staticindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2