You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a Linux user and wanted to try out this but running run.sh doesn't work
sh scripts/run.sh
\nRunning debug build.
Use argument "release" to run in release mode.
scripts/run.sh: line 10: ./bin/debug/mc-one-week: No such file or directory
i ran the build.sh before running that, and ran into an error
CMake Error at cmake_modules/FindSFML.cmake:358 (message):
Could NOT find SFML (missing: SFML_AUDIO_LIBRARY SFML_NETWORK_LIBRARY
SFML_GRAPHICS_LIBRARY SFML_WINDOW_LIBRARY SFML_SYSTEM_LIBRARY)
Call Stack (most recent call first):
CMakeLists.txt:75 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/olliy/Desktop/MineCraft-One-Week-Challenge/bin/debug/CMakeFiles/CMakeOutput.log".
See also "/home/olliy/Desktop/MineCraft-One-Week-Challenge/bin/debug/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
\nBuilt target in bin/debug/
Use argument "release" to build in release mode.
The text was updated successfully, but these errors were encountered:
I'm a Linux user and wanted to try out this but running run.sh doesn't work
i ran the build.sh before running that, and ran into an error
The text was updated successfully, but these errors were encountered: