doc: cleanup GUI dependencies instructions

This commit is contained in:
Antoine Poinsot 2023-03-07 14:19:18 +01:00
parent a36e16e00d
commit 87f54e1479
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -78,14 +78,12 @@ $ ls target/release/
build deps examples incremental liana-cli liana-cli.d lianad lianad.d libliana.d libliana.rlib
```
Depencies needed for build GUI can be found [there](https://github.com/wizardsardine/liana/tree/master/gui#dependencies)
To build the GUI, do the same but in the [`gui/`](../gui/) folder present at the root of the
repository:
To build the GUI you'll need to first install its [build and runtime
dependencies](https://github.com/wizardsardine/liana/tree/master/gui#dependencies), then do the same
but in the [`gui/`](../gui/) folder present at the root of the repository:
```
$ cd gui/
$ cargo build --release
$ ls target/release/
build deps examples incremental liana-gui liana-gui.d libliana_gui.d libliana_gui.rlib
```