amhndu / SimpleNES

An NES emulator in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile Error in MacOS

Lewin671 opened this issue · comments

Threre are build logs as following:
CMake Error at cmake/Modules/FindSFML.cmake:358 (message):
Could NOT find SFML (missing: SFML_AUDIO_LIBRARY SFML_GRAPHICS_LIBRARY
SFML_WINDOW_LIBRARY SFML_SYSTEM_LIBRARY)
Call Stack (most recent call first):
CMakeLists.txt:63 (find_package)

-- Configuring incomplete, errors occurred!

You need to install SFML to compile it

You need to install SFML to compile it

Thank you! I have solved it.