mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-18 21:04:00 +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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue