Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EasyG0ing1 committed Apr 28, 2024
1 parent 095e258 commit e8d50fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build/MacLinux.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
17 changes: 14 additions & 3 deletions build/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit e8d50fe

Please sign in to comment.