Build Liana from sources on Windows 10

Rust toolchain

If you visit rust website you will find the method for install rust on your system:

rust

Download rust installer for your platform, its likely 64-bits one.

rust

Execute it and choose the first option.

rust

You'll be asked to install visual studio installer, do it and follow its install process.

rust

At this step, close visual studio.

rust

Choose the first option.

rust

At this step in enter to close terminal.

Install Git

rust

Go to git website in order to download its installer.

rust

Then start installer.

rust

and follow the installer step w/ defaults options.

rust

right click + open git gui

rust

select "Clone Existing Repository"

rust

ENter liana repository address (https://github.com/wizardsardine/liana.git) and your target directory ther click Clone.

rust

After download has finnish close Git Gui

open liana/gui folder

rust

right click + open Git Bash

rust

Type cargo build --release and hit enter.

rust

If you get this at the end of the build you are good, and can close the terminal!

rust

Then go to target/release directory and execute liana-gui

rust