Page 56 of 56

Re: OpenMW Nightly builds

Posted: 19 Feb 2024, 14:54
by psi29a
Awesome, thanks k1ll; will add it back to the site page.

https://openmw.org/downloads/

Re: OpenMW Nightly builds

Posted: 22 Feb 2024, 00:34
by AnyOldName3
Heads up: You might want to set the new DEPLOY_QT_TRANSLATIONS CMake option for those builds as they're not using the system Qt install, so can't grab the system Qt standard button translations.

Re: OpenMW Nightly builds

Posted: 16 May 2024, 19:51
by AnyOldName3
Another heads up for K1ll: https://gitlab.com/OpenMW/openmw/-/issues/7982

Looks like a library isn't being packaged into the generic build that really should be.

Re: OpenMW Nightly builds

Posted: 18 May 2024, 13:58
by K1ll
AnyOldName3 wrote: 16 May 2024, 19:51 Another heads up for K1ll: https://gitlab.com/OpenMW/openmw/-/issues/7982

Looks like a library isn't being packaged into the generic build that really should be.
Thanks. The library is now included in the package.

Btw. the sources used for the builds are available here and instructions and scripts for the build environement are available here. Though as you can see I only occasionally update the build env downloads and actually haven't tried to set it up from scratch on another system in quite a while.

There actually already was an effort to get the targz build onto Gitlab/CI using docker but sadly that seems to have stalled. Was discussed here (last post): https://gitlab.com/OpenMW/openmw/-/issues/6038 and worked on here: https://gitlab.com/hristoast/openmw-generic-build

Would be nice if someone picks that up again.