- Visual Studio 2022 (17.6 or newer) with C++ Toolchain and the English language pack
- vcpkg (optional)
Qt6 can be built with vcpkg (takes some time) or installed as pre-build library.
After build go to the build folder and add gmp/gmp.dll
into it.
sudo apt install cmake build-essential qt6-base-dev libssl-dev
cmake -S . -B build
cmake --build build --target gml --config Release
Go to the build folder and add gmp/gmp.dll
into it. Also copy or cross compile gmpinjector.exe
.
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine wine32:i386 libqt6widgets6
chmod +x gmpinjector.sh
./gml
Adjust gmpinjector.sh
if necessary.
To get windows-like path to your Gothic installation with winepath. In GML, set it under Settings => Options.
winepath -w "/path/to/gothic"