From e8d50fe56df9d3842788cd4e9cb00017de154f7a Mon Sep 17 00:00:00 2001 From: Michael Sims Date: Sun, 28 Apr 2024 05:58:01 -0700 Subject: [PATCH] Version 2.0.0 --- build/MacLinux.md | 3 +++ build/environment.md | 17 ++++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/build/MacLinux.md b/build/MacLinux.md index 9cadfee..b340082 100644 --- a/build/MacLinux.md +++ b/build/MacLinux.md @@ -1,5 +1,8 @@ ## MacOS and Linux Build Environment +* **It is imperative that when doing this from linux that your terminal window should be opened while in your gui. DO + NOT do this from a terminal session like ssh** + We can do all of this from a Terminal window, so open Terminal. You should be in your home folder. If not, type `cd ~` and hit enter. diff --git a/build/environment.md b/build/environment.md index 55b7057..55a6d12 100644 --- a/build/environment.md +++ b/build/environment.md @@ -30,9 +30,7 @@ cd iGet ```bash cd ~/github/iGet/build/maclinux -chmod +x buildjar.sh -chmod +x graal.sh -chmod +x native.sh +chmod +x *.sh ./buildjar.sh ``` @@ -133,6 +131,19 @@ minutes ... just be patient! Once it is finished, you should find the binary in the `iGet/target` folder and it will be named `iget.exe` in Windows or just `iget` in Mac / Linux. +You will know that the binary works when you can run it with the `watch` option + +```bash +iGet/target/iget.exe watch +iGet/target/iget watch +``` + +and you should only see this line without being kicked back to a command prompt: + +```bash +Watching Clipboard - Ctrl+C to exit +``` + Move the binary to a folder that is in your PATH environment variable so that it will run from anywhere you type the command.