Skip to content

Commit

Permalink
[Docs] update Clang requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Mar 11, 2024
1 parent b21cd82 commit 19244e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen/pages/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install the `venv` module to create virtual environments).
sudo apt install g++ gcc git python3-venv python3-dev
```
The alpaqa package requires a relatively recent compiler
(tested using GCC 10-13, Clang 14-16).
(tested using GCC 10-13, Clang (libc++) 16-17, or Clang (libstdc++) 17).

To install GCC 11 on older versions of Ubuntu, you can use
```sh
Expand Down

0 comments on commit 19244e3

Please sign in to comment.