Skip to content

Commit 6f4091e

Browse files
committed
doc: add protoc dependency to readme
1 parent bb4ff48 commit 6f4091e

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,20 @@ on your computer.
5353
To compile from source code, you'll need to have some prerequisite developer tooling
5454
installed on your machine.
5555

56-
- **Go**: LiT's backend web server is written in Go. Instructions for installing Go for
57-
your operating system can be found on the
58-
[golang install](https://golang.org/doc/install) page. The minimum version supported is
59-
Go v1.13.
60-
- **NodeJS**: LiT's frontend is written in TypeScript and built on top of the React JS web
61-
framework. To bundle the assets into Javascript & CSS compatible with web browsers,
62-
NodeJS is required. It can be downloaded and installed by following the instructions on
63-
the [NodeJS download](https://nodejs.org/en/download/) page.
64-
- **Yarn**: a popular package manager for NodeJS application dependencies. Installation
65-
information can be found on the
66-
[Yarn Installation](https://classic.yarnpkg.com/en/docs/install) page.
56+
| Dependency | Description |
57+
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
58+
| [golang](https://golang.org/doc/install) | LiT's backend web server is written in Go. The minimum version supported is Go v1.13. |
59+
| [protoc](https://grpc.io/docs/protoc-installation/) | Required to compile LND & Loop gRPC proto files at build time |
60+
| [nodejs](https://nodejs.org/en/download/) | LiT's frontend is written in TypeScript and built on top of the React JS web framework. To bundle the assets into Javascript & CSS compatible with web browsers, NodeJS is required. |
61+
| [yarn](https://classic.yarnpkg.com/en/docs/install) | a popular package manager for NodeJS application dependencies |
6762

6863
Once you have the necessary prerequisites, LiT can be compiled by running the following
6964
commands:
7065

7166
```
7267
git clone https://github.com/lightninglabs/lightning-terminal.git
7368
cd lightning-terminal
74-
make && make install
69+
make install
7570
```
7671

7772
This will produce the `litd` executable and add it to your `GOPATH`.

0 commit comments

Comments
 (0)