mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
doc/INSTALL.md: add configure step to instructions.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
1fc9770cfe
commit
846d2f8726
@ -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…
Reference in New Issue
Block a user