Skip to content

Commit 757caff

Browse files
authored
Merge branch 'develop' into issue-440-archive-compare-iterations-log
2 parents 4a1885d + c682c25 commit 757caff

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

quickstart/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,21 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
2020

2121
## Installation
2222

23-
1. Get and install preCICE. For Ubuntu 24.04 (Noble Numbat), this is pretty easy: [download](https://github.com/precice/precice/releases/latest) and install our binary package by clicking on it or using the following commands:
23+
For this tutorial, we will mainly need to install preCICE, OpenFOAM, and the OpenFOAM-preCICE adapter. In many parts of the preCICE documentation, we assume a Linux system (most commonly a recent Ubuntu LTS). If you are on Windows, [Ubuntu on Windows (WSL)](https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6) works. If you are on macOS or a Linux distribution other than Ubuntu, then [Homebrew](https://precice.org/installation-packages.html#macos) is the way to go (both for preCICE and for [OpenFOAM](https://github.com/gerlero/homebrew-openfoam)).
24+
25+
1. Get and install preCICE. For Ubuntu 26.04 (Resolute Raccoon), this is pretty easy: [download](https://github.com/precice/precice/releases/latest) and install our binary package by clicking on it or using the following commands:
2426

2527
```bash
26-
wget https://github.com/precice/precice/releases/download/v3.3.1/libprecice3_3.3.1_noble.deb
27-
sudo apt install ./libprecice3_3.3.1_noble.deb
28+
wget https://github.com/precice/precice/releases/download/v3.4.1/libprecice3_3.4.1_resolute.deb
29+
sudo apt install ./libprecice3_3.4.1_resolute.deb
2830
```
2931

3032
| OS | Package |
3133
| --- | --- |
32-
| Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.3.1_jammy.deb`](https://github.com/precice/precice/releases/download/v3.3.1/libprecice3_3.3.1_jammy.deb) |
33-
| Ubuntu 24.04 Noble Numbat | [`libprecice3_3.3.1_noble.deb`](https://github.com/precice/precice/releases/download/v3.3.1/libprecice3_3.3.1_noble.deb) |
34-
| Debian 13 Trixie | [`libprecice3_3.3.1_trixie.deb`](https://github.com/precice/precice/releases/download/v3.3.1/libprecice3_3.3.1_trixie.deb) |
34+
| Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.4.1_jammy.deb`](https://github.com/precice/precice/releases/download/v3.4.1/libprecice3_3.4.1_jammy.deb) |
35+
| Ubuntu 24.04 Noble Numbat | [`libprecice3_3.4.1_noble.deb`](https://github.com/precice/precice/releases/download/v3.4.1/libprecice3_3.4.1_noble.deb) |
36+
| Ubuntu 26.04 Resolute Raccoon | [`libprecice3_3.4.1_resolute.deb`](https://github.com/precice/precice/releases/download/v3.4.1/libprecice3_3.4.1_resolute.deb) |
37+
| Debian 13 Trixie | [`libprecice3_3.4.1_trixie.deb`](https://github.com/precice/precice/releases/download/v3.4.1/libprecice3_3.4.1_trixie.deb) |
3538
| Something else | See an [overview of options](https://precice.org/installation-overview.html) |
3639

3740
Facing any problems? [Ask for help](https://precice.org/community-channels.html).

0 commit comments

Comments
 (0)