mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +01:00
doc/INSTALL.md: add configure step to instructions.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
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:
|
||||
|
||||
Reference in New Issue
Block a user