edubart / otclient

An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
640 stars 402 forks source link

Errors during compilation #1193

Closed kamsz closed 1 year ago

kamsz commented 1 year ago

CMake Error at src/CMakeLists.txt:174 (find_package): Could not find a package configuration file provided by "STDUUID" with any of the following names:

STDUUIDConfig.cmake
stduuid-config.cmake

Add the installation prefix of "STDUUID" to CMAKE_PREFIX_PATH or set "STDUUID_DIR" to a directory containing one of the above files. If "STDUUID" provides a separate development package or SDK, be sure it has been installed.

diath commented 1 year ago

You probably want to post that in mehah/otclient instead of here as this upstream repo does not use the stduuid library.