Browse Source

doc/INSTALL.md: add configure step to instructions.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 6 years ago
committed by Christian Decker
parent
commit
846d2f8726
  1. 4
      doc/INSTALL.md

4
doc/INSTALL.md

@ -57,6 +57,7 @@ Clone lightning:
Build lightning:
./configure
make
Running lightning:
@ -105,6 +106,7 @@ $ cd lightning
Build and install lightning:
```
$lightning> ./configure
$lightning> make
$lightning> sudo make install
```
@ -143,6 +145,7 @@ Clone lightning:
Build lightning:
$ ./configure
$ gmake
$ gmake install
@ -193,6 +196,7 @@ Clone lightning:
Build lightning:
$ ./configure
$ make
Running lightning:

Loading…
Cancel
Save