I want to install openmw version 0.49 and struggle. I want version 0.49 in particular because I want to install a mod that requires this version.
I am aware that openmw is in the official repository, Installing that has worked perfectly using
pacman -S openmw
and the game is running fine. I am also aware of AUR packages. However, they are all using the stable branch of the game, which is version 0.48. I need 0.49 for a mod though, hence convenient package installation seems not an option.
So what I believe is the way to get there is installing from source, where I already fail with the download.
git clone https://gitlab.com/OpenMW/openmw
takes the master branch (version 0.48). How do I change this to the development branch openmw-49? altering the URL to
git clone https://gitlab.com/OpenMW/openmw-49
or
does not work as it requests login credentials.
So I tried to skip that and instead manually downloading the archive
“openmw-openmw-49.tar.gz” from gitlab, which I unpacked to folder “openmw-openmw-49”. Looking in there I see a cmake directory, so I assume I have to do a make file somehow. Next steps therefore are:
go to the folder
cd openmw-openmw-49
create directory for the build
mkdir build
go into that directory
cd build/
create a make file
cmake ../
this however does not work. This triggers warnings of “collada_dom-config.cmake” not being present and a build error stating incompatibility with CMake <3.5
I am inexperienced with cmake and do not really know whether I am on the right path with this at all, so I am asking for help.
openmw on gitlab: https://gitlab.com/OpenMW/openmw
mod I want to install afterwards: https://www.nexusmods.com/morrowind/mods/54137