Skip to content

Commit

Permalink
Adding compilation instructions for Snellius
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 13, 2024
1 parent 970212a commit 145afb6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,27 @@ sudo cp -v ./atom_architect /usr/local/bin/atom_architect
### Snellius

To compile for the Snellius infrastructure, it is recommended to use the Qt5
toolchain. To do so, run the following patch file.
toolchain.

```bash
module load 2023 Qt5/5.15.10-GCCcore-12.3.0
```

and apply the patch

```bash
patch -p1 CMakeLists.txt < qt5.patch
```

Next, compilation is fairly straightforward.

```bash
mkdir build
cd build
cmake ../
make -j
```

## Dependencies

Atom Architect depends on [GLM](https://github.com/g-truc/glm) and
Expand Down

0 comments on commit 145afb6

Please sign in to comment.