Skip to content

Commit

Permalink
Merge pull request #837 from stan-dev/rtools-links
Browse files Browse the repository at this point in the history
Fix rtools download links
  • Loading branch information
WardBrian authored Nov 25, 2024
2 parents fe9c506 + f4547b2 commit 9599d87
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/cmdstan-guide/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ command `cmdstan_model` to activate the CmdStan makefile from anywhere.

_Note_: This requires that conda has been installed already on your machine.
We recommend using the [miniforge](https://github.com/conda-forge/miniforge)
distribution.
distribution.

We recommend installing CmdStan in a new conda environment:

Expand Down Expand Up @@ -358,7 +358,7 @@ clang++ --version
make --version
```

If either of these commands prints the message
If either of these commands prints the message
`command not found`, you will need to install Xcode's
command line tools.

Expand All @@ -371,14 +371,14 @@ xcode-select --install
Select "Install" in the window that opens.

After the installation completes, you can double check that
installation was successful by reopening the Terminal and
installation was successful by reopening the Terminal and
running:
```
clang++ --version
make --version
```

You can read more about Xcode on its site:
You can read more about Xcode on its site:
[https://developer.apple.com/xcode/](https://developer.apple.com/xcode/)

We don't recommend trying to use the GNU C++ compiler, available via Homebrew,
Expand Down Expand Up @@ -422,7 +422,11 @@ UCRT is only natively supported on Windows 10 and newer, older systems will requ

Download the installer and complete the prompts for installation:

- [RTools44](https://cran.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6104-6039.exe)
- [RTools44](https://cran.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-6335-6327.exe)

If the above link no longer works, navigate [here](https://cran.r-project.org/bin/windows/Rtools/rtools44/files/)
and download the latest file which is named `rtools44-xxxx-yyyy.exe`
(`x`s and `y`s will be different version numbers over time).

Next, you need to add the toolchain directory to your `PATH` variable:
```
Expand All @@ -434,7 +438,11 @@ C:\rtools44\x86_64-w64-mingw32.static.posix\bin

Download the installer and complete the prompts for installation:

- [RTools44 - ARM64](https://cran.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-aarch64-6104-6039.exe)
- [RTools44 - ARM64](https://cran.r-project.org/bin/windows/Rtools/rtools44/files/rtools44-aarch64-6335-6327.exe)

If the above link no longer works, navigate [here](https://cran.r-project.org/bin/windows/Rtools/rtools44/files/)
and download the latest file which is named `rtools44-aarch64-xxxx-yyyy.exe`
(`x`s and `y`s will be different version numbers over time).

Next, you need to add the toolchain directory to your `PATH` variable:
```
Expand Down

0 comments on commit 9599d87

Please sign in to comment.