From f1b3d219696c92f15841b33f9ca68128439edd4e Mon Sep 17 00:00:00 2001 From: Xanthus Date: Sat, 16 Sep 2023 13:22:02 +0930 Subject: [PATCH] Add: windows EasyCompile --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29def55..357c3bc 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,17 @@ Vault GUI is a very small lightweight application designed to mimic a basic bank ## EasyCompile Easycompile is a small script for windows, linux, and macos that'll fetch the most up to date version of the application (master branch) and compile it locally. Downloading all neccarry components to compile the application -### 🪟Windows +### 🪟Windows (Untested) ``` -WIP +winget install Git.Git; winget install Rustlang.Rustup; cd ~; git clone https://github.com/Xanthus58/vault_gui; cd vault_gui; cargo build --release; cd .\target\release; mv vault_gui.exe ..\..\; cd ..\..\; .\vault_gui.exe ``` -### 🐧Linux +### 🐧Linux (Debian+) (Untested) ``` WIP ``` -### 🍎Macos +### 🍎Macos (Untested) ``` WIP ```