Author Topic: Latest nightly builds for Ubuntu?  (Read 4653 times)

Offline Firestorm_01

  • Sergeant
  • **
  • Posts: 25
    • View Profile
Latest nightly builds for Ubuntu?
« 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.
« Last Edit: February 08, 2015, 10:52:49 pm by Firestorm_01 »

Offline kkmic

  • Commander
  • *****
  • Posts: 582
  • Undefined
    • View Profile
Re: Latest nightly builds for Ubuntu?
« Reply #1 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.

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: Latest nightly builds for Ubuntu?
« Reply #2 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 or here.

Offline winterheart

  • Colonel
  • ****
  • Posts: 180
  • Fellow Squaddie
    • View Profile
Re: Latest nightly builds for Ubuntu?
« Reply #3 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).

Offline hellrazor

  • Commander
  • *****
  • Posts: 2013
  • Deep Ruleset Digger & Bughunter
    • View Profile
    • Github Account
Re: Latest nightly builds for Ubuntu?
« Reply #4 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