openage icon indicating copy to clipboard operation
openage copied to clipboard

How to run in windows

Open moozen-cn opened this issue 6 months ago • 1 comments

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

moozen-cn avatar Aug 06 '24 02:08 moozen-cn