Skip to content

Commit

Permalink
windows instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed Feb 21, 2022
1 parent fd4d1f6 commit 5f1fa09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ This program can either be used from a terminal, `./wordle_finder --help` for mo
## Downloading
I provide pre-built binaries on the releases page. I do not test the Windows binary, but it may work.

### Windows Users
If you get an error about `WebView2Loader.dll` missing, you need to download it from somewhere online and put it in the same directory as `wordle_finder.exe`. I personally the one from [dll-files.com](https://www.dll-files.com/webview2loader.dll.html) to work, but I did this in a VM and am not sure of the actual integrity of the file.

## Building
First, install rust using your package manager or from https://www.rust-lang.org/. After you have rust installed, download or clone the repository and then run `cargo build --release` in the repository folder. The binary should then be found at `./target/release/wordle_finder` or `./target/release/wordle_finder.exe` if you're on Windows.

0 comments on commit 5f1fa09

Please sign in to comment.