OpenXcom Forum

Contributions => Builds & Ports => Topic started by: Firestorm_01 on February 08, 2015, 10:50:47 pm

Title: Latest nightly builds for Ubuntu?
Post by: Firestorm_01 on February 08, 2015, 10:50:47 pm
Is there any way to get latest nightly builds for Ubuntu?
Or the only way to compile it for yourself?
https://www.ufopaedia.org/index.php?title=Compiling_%28OpenXcom%29

By the way I compiled source for myself with CMake using: https://www.ufopaedia.org/index.php?title=Compiling_with_Make_%28OpenXcom%29
But result was marked as 1.0 and there was no extra languages.
Title: Re: Latest nightly builds for Ubuntu?
Post by: kkmic on February 09, 2015, 11:09:50 am
I build it from the source. On Ubuntu it's easy to install all the required dependencies from the official repos: sudo apt-get install ... .

After you manage to build it once (after installing all the required packages), the next time is a simple matter of making a git pull and running make.
Title: Re: Latest nightly builds for Ubuntu?
Post by: SupSuper on February 09, 2015, 02:43:24 pm
Is there any way to get latest nightly builds for Ubuntu?
Or the only way to compile it for yourself?
https://www.ufopaedia.org/index.php?title=Compiling_%28OpenXcom%29

By the way I compiled source for myself with CMake using: https://www.ufopaedia.org/index.php?title=Compiling_with_Make_%28OpenXcom%29
But result was marked as 1.0 and there was no extra languages.
The version number doesn't matter, it's a fixed constant.
The languages can be downloaded from Transifex (https://www.transifex.com/projects/p/openxcom/) or here (https://openxcom.org/translations/latest.zip).
Title: Re: Latest nightly builds for Ubuntu?
Post by: winterheart on February 10, 2015, 03:09:13 pm
I don't know, how making nighty builds (assume there will be mingw black magic), but automated deb and rpm builds can be done pretty easy with CPack from CMake build system. Literally on every git commit system can generate rpms and debs (of course, if CMakefiles.txt well writted and included all dependencies).
Title: Re: Latest nightly builds for Ubuntu?
Post by: hellrazor on February 10, 2015, 06:52:50 pm
Well you could go and install the libs needed for openxcom, install git.
git clone, and quicly build it yourself. That's what i do under Ubuntu 14.04