From 8f403dbc48d19862ce9356014e5cee09692ecce0 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 27 Aug 2022 23:34:37 -0400 Subject: [PATCH] Update links --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 354236b..b42ad34 100644 --- a/src/README.md +++ b/src/README.md @@ -11,10 +11,10 @@ apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa xclip xcode-select --install brew install glfw glew ``` -**Windows:** A C compiler, ideally [TDM-GCC](https://jmeubank.github.io/tdm-gcc/) +**Windows:** A C compiler, ideally TDM-GCC or MinGW-w64 # 2. Install Go -If you don't have Go installed, download the corresponding installer for Go from here, or from your package manager (`apt install golang-go`). The latest version of Go is recommended. +If you don't have Go installed, download the corresponding installer for Go from here, or from your package manager (`apt install golang-go`). The latest version of Go is recommended. # 3. Get the Source Files Download the source files as a zip from the homepage or `git clone` this repository. Next, navigate to the `src/` directory, where you will find the source file (`Picocrypt.go`).