add link to TRY.md for dependencies

This commit is contained in:
cc1 2023-03-07 14:08:29 +01:00
parent 26ff92d793
commit 12050a3cc5

View File

@ -78,6 +78,8 @@ $ 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:
```
@ -86,3 +88,4 @@ $ cargo build --release
$ ls target/release/
build deps examples incremental liana-gui liana-gui.d libliana_gui.d libliana_gui.rlib
```