AlexAUT / Kroniax_Cpp

The official source of the game Kroniax
MIT License
19 stars 4 forks source link

Improved linux packaging #6

Closed abodelot closed 11 years ago

abodelot commented 11 years ago

I've finally set up a 64 bits environment and improved the packaging script so the arch name of the building machine is included in the tarball. It will looks like:

Also fixed CMakeLists.txt (Tracer.cpp was missing).

AlexAUT commented 11 years ago

So, I have completed 0.6 and updated it on Github. So it would be nice if you can create a Linux executable =)

I will release the version maybe tonight but first, I have to create a new editorvideo and a preview video of the new Features.

AlexAUT

2013/3/26 Alexandre Bodelot notifications@github.com

I've finally set up a 64 bits environment and improved the packaging script so the arch name of the building machine is included in the tarball. It will looks like:

  • kroniax_0.5.2-linux_x86_64.tar.gz
  • kroniax_0.5.2-linux_i686.tar.gz

Also fixed CMakeLists.txt (Tracer.cpp was missing).

You can merge this Pull Request by running

git pull https://github.com/abodelot/Kroniax master

Or view, comment on, or merge it at:

https://github.com/AlexAUT/Kroniax/pull/6 Commit Summary

  • Improved linux packaging (arch now included in name) and add missing sources in CMakeLists

File Changes

  • M CMakeLists.txthttps://github.com/AlexAUT/Kroniax/pull/6/files#diff-0(3)
  • M tools/kroniax-launcher.shhttps://github.com/AlexAUT/Kroniax/pull/6/files#diff-1(2)
  • R tools/make-linux-release.shhttps://github.com/AlexAUT/Kroniax/pull/6/files#diff-2(17)

Patch Links: