From 8ed0bf0d8d1b952c236ad652fcc5652ec50dc322 Mon Sep 17 00:00:00 2001 From: Patrick Wilson Date: Mon, 24 Jun 2024 03:23:21 -0500 Subject: [PATCH] Doc: Update build instructions to include raw links to download macOS and Linux scripts --- doc/src/advanced/Building NVGT For Linux.md | 2 +- doc/src/advanced/Building NVGT for MacOS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/advanced/Building NVGT For Linux.md b/doc/src/advanced/Building NVGT For Linux.md index 367382a2..74bf49e6 100644 --- a/doc/src/advanced/Building NVGT For Linux.md +++ b/doc/src/advanced/Building NVGT For Linux.md @@ -1,7 +1,7 @@ # Building NVGT on linux ## Building with the `build_linux.sh` script -There is a [script to build NVGT on Linux](https://github.com/samtupy/nvgt/blob/main/build/build_linux.sh) (tested on Debian and Ubuntu). It tends to build pretty portably so you can run it basically anywhere, and it will attempt to successfully download all required dependencies and build them for you. The result will be a fully built NVGT. +There is a [script to build NVGT on Linux](https://raw.githubusercontent.com/samtupy/nvgt/main/build/build_linux.sh) (tested on Debian and Ubuntu). It tends to build pretty portably so you can run it basically anywhere, and it will attempt to successfully download all required dependencies and build them for you. The result will be a fully built NVGT. Internally, this script is used within our GitHub Actions to make builds of NVGT. It is also used within our local testing environments. diff --git a/doc/src/advanced/Building NVGT for MacOS.md b/doc/src/advanced/Building NVGT for MacOS.md index 64361e5b..d502c3b6 100644 --- a/doc/src/advanced/Building NVGT for MacOS.md +++ b/doc/src/advanced/Building NVGT for MacOS.md @@ -1,7 +1,7 @@ # Notes for building on macOS ## Building with the `build_macos.sh` script -There is a [script to build NVGT on macOS](https://github.com/samtupy/nvgt/blob/main/build/build_macos.sh). It will build pretty portably so you can run it basically anywhere (assuming you have Homebrew and the Xcode command line tools). It will attempt to successfully download all required dependencies and build them for you. The result will be a fully built NVGT. +There is a [script to build NVGT on macOS](https://raw.githubusercontent.com/samtupy/nvgt/main/build/build_macos.sh). It will build pretty portably so you can run it basically anywhere (assuming you have Homebrew and the Xcode command line tools). It will attempt to successfully download all required dependencies and build them for you. The result will be a fully built NVGT. Internally, this script is used within our GitHub Actions to make builds of NVGT. It is also used within our local testing environments.