From 9e21df19cdf4ecd83118308b35611a0d73f1d152 Mon Sep 17 00:00:00 2001 From: ilikecats Date: Mon, 8 Jul 2024 09:13:22 -0700 Subject: [PATCH] Update README.md to show releases --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b594c1..eccae06 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ To build: - With GMP: Run `make -j1` (any more than `-j1` doesn't really do anything, there's four things to do and they can't be put out of order). - Without GMP: Run `make gmpless -j1` (see above parenthetical statement). +You can get releases at [here](https://git.sdf.org/ilikecats/collatz/releases), but only GMP releases (except for 1.0), and only for GNU/Linux (except for 1.0). +You have to build without GMP if you don't want to/can't use GMP. + Algorithm: - Start with number. - If number is even, divide by two.