Skip to content
New issue

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

How to run in windows #1669

Open
moozen-cn opened this issue Aug 6, 2024 · 1 comment
Open

How to run in windows #1669

moozen-cn opened this issue Aug 6, 2024 · 1 comment

Comments

@moozen-cn
Copy link

moozen-cn commented Aug 6, 2024

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
image
then, I fix import QtQuick 2.4 -> import QtQuick
image

image

the openage window like this:
image

@TheJJ
Copy link
Member

TheJJ commented Aug 23, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants