02-26-2020, 03:05 PM
(02-26-2020, 09:14 AM)brzegorz Wrote: How can I apply this patch?
Do you know if it will be merged upstream?
copy the patch file to the openmw root directory, delete the build directory (or whatever you called your build environment for cmake)
then run> patch -p1 < name.of.the.patch
then compile as usual
mkdir build
cd build
cmake ..
build -j4