I have some code on github, and it needs sfml 2.5.1, and i have a github ci set up to compile my code. However, when installing sfml, it installs 2.4.2. I have tried to do sudo apt update
, but that doesn't seem to work (cmake says sfml is version 2.4.2)
Asked
Active
Viewed 36 times
2

Ruiqi Li
- 187
- 14
-
It appears that the latest release of sfml is 2.5.1. I'm not sure where you're getting that version number from. – bk2204 Jul 04 '20 at 23:17
-
cmake PkgConfig – Ruiqi Li Jul 05 '20 at 03:40
-
@bk2204 im stupid, had a typo. I meant 2.5.1 – Ruiqi Li Nov 07 '20 at 15:39