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
but when i tried cmake -S . -B build/ -DKQ_DATADIR="$PWD"
i got messages that it couldnt find the libraries i installed.
So after a lot of troubleshooting i used
include("C:/Users/Battlestation/kq-fork/vcpkg/scripts/buildsystems/vcpkg.cmake") in CMakeList.txt
and finally run
cmake -S . -B build/ -DKQ_DATADIR="."
and
cmake --build build/
I run the .exe
The text was updated successfully, but these errors were encountered:
chriszaro
changed the title
Game crashes after i step on the village icon on the beginning
Game crashes after i step on the village icon at the beginning at the first island
Apr 21, 2024
Game crashes after i step on the village icon on the beginning
and the messages on cmd are the following
Any help?
The installation process i followed:
The text was updated successfully, but these errors were encountered: