We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile:
cmake -DCMAKE_TOOLCHAIN_FILE="D:\Developer\vcpkg\scripts\buildsystems\vcpkg.cmake" -DDOWNLOAD_NYAN=YES -DFLEX_EXECUTABLE="D:\Developer\win_flex_bison-2.5.25\win_flex.exe" -DCMAKE_INSTALL_PREFIX="./install" -DWANT_OPENGL=YES -DWANT_VULKAN=NO -G "Visual Studio 17 2022" -A x64 ../
Run:
python -m openage --add-dll-search-path=D:\Git\openage\build\libopenage\RelWithDebInfo main
Cannot find qml library, but it is in that path then, I fix import QtQuick 2.4 -> import QtQuick
the openage window like this:
The text was updated successfully, but these errors were encountered:
thanks. so you needed to patch some things in the code in order for it to work? can you send this patch please, so we may integrate it for everyone?
did the build documentation work, or did you need adjustments there as well?
Sorry, something went wrong.
No branches or pull requests
Compile:
Run:
Cannot find qml library, but it is in that path
then, I fix import QtQuick 2.4 -> import QtQuick
the openage window like this:
The text was updated successfully, but these errors were encountered: