From 7fd4a2b150c80aa879ac50586fa484925e0e8f50 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 14 Jan 2025 17:53:52 -0800 Subject: [PATCH] Created Download executables (markdown) --- Download-executables.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Download-executables.md diff --git a/Download-executables.md b/Download-executables.md new file mode 100644 index 0000000..bb62fc8 --- /dev/null +++ b/Download-executables.md @@ -0,0 +1,19 @@ +The BOINC Github repository automatically builds the client and Manager for various platforms. +It does this for each branch. +You can download the resulting executables as follows: + +* Go to [the BOINC repo](https://github.com/BOINC/boinc) +* Either + * Click on "branches" or use the popup menu to select a branch. + * Click on the green check-mark on the line with the branch description. + +* or + * Select a Pull Request, and click Show all checks +* This brings up a menu of platforms (built targets). Scroll down to the one you want, and click on Details. +* Click on Summary +* This will show a list of "artifacts". Download the one you want. + +Notes: + +* It builds only executables, not installers. +* Executables are deleted after 30 days \ No newline at end of file