aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/manuals/build.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/manuals/build.md')
-rw-r--r--contrib/bc/manuals/build.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/bc/manuals/build.md b/contrib/bc/manuals/build.md
index d9c46ae22602..c0e7e35934b6 100644
--- a/contrib/bc/manuals/build.md
+++ b/contrib/bc/manuals/build.md
@@ -6,6 +6,9 @@ POSIX-compliant system.
To accomplish that, a POSIX-compatible, custom `configure.sh` script is used to
select build options, compiler, and compiler flags and generate a `Makefile`.
+The rest of this document talks about that, *not* the build system using
+[Rig][12], which is much simpler to understand, change, and use.
+
The general form of configuring, building, and installing this `bc` is as
follows:
@@ -40,7 +43,7 @@ accepted build options.
## Windows
For releases, Windows builds of `bc`, `dc`, and `bcl` are available for download
-from <https://git.gavinhoward.com/gavin/bc> and GitHub.
+from GitHub.
However, if you wish to build it yourself, this `bc` can be built using Visual
Studio or MSBuild.
@@ -993,3 +996,4 @@ Both commands are equivalent.
[9]: #nls-locale-support
[10]: #extra-math
[11]: #settings
+[12]: https://rigbuild.dev/