Skip to content

SFML version #84

@LahevOdVika

Description

@LahevOdVika

Hi, I don't know, if anyone already mentioned this issue, but the SFML version used in CMakeLists.txt is too old. Whenever I want to do the Moving On part, I have to manually edit this part

    find_package(SFML 2.5.1 COMPONENTS system window graphics network audio)

to this

    find_package(SFML 3.0.1 COMPONENTS System Window Graphics Network Audio)

and rewrite main.cpp and other files to match the newer version. I'm on Arch Linux, and I can't download older version of SFML.

All errors that I got errors.txt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions