Skip to content

Commit 846d2f8

Browse files
rustyrussellcdecker
authored andcommitted
doc/INSTALL.md: add configure step to instructions.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 1fc9770 commit 846d2f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/INSTALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Clone lightning:
5757

5858
Build lightning:
5959

60+
./configure
6061
make
6162

6263
Running lightning:
@@ -105,6 +106,7 @@ $ cd lightning
105106

106107
Build and install lightning:
107108
```
109+
$lightning> ./configure
108110
$lightning> make
109111
$lightning> sudo make install
110112
```
@@ -143,6 +145,7 @@ Clone lightning:
143145

144146
Build lightning:
145147

148+
$ ./configure
146149
$ gmake
147150
$ gmake install
148151

@@ -193,6 +196,7 @@ Clone lightning:
193196

194197
Build lightning:
195198

199+
$ ./configure
196200
$ make
197201

198202
Running lightning:

0 commit comments

Comments
 (0)