FrozenSand / ioq3-for-UrbanTerror-4

The officially supported ioquake3 engine by the Frozen Sand Development Team for the game Urban Terror 4.x
http://www.urbanterror.info
GNU General Public License v2.0
148 stars 65 forks source link

Request for using standardized build system #67

Closed holgersson32644 closed 7 years ago

holgersson32644 commented 7 years ago

Hi,

I would like to create a package for my Linux distro and have much trouble with your self written Makefile (e.g. giving paths or changing CFLAGS).

Would you consider migrating to cmake or meson if you got some patches?

Barbatos commented 7 years ago

Hi,

Sure, CMake would be nice. However, we do not wish to spend much time working on this engine anymore so we won't do the move ourselves. I will happily merge a pull request for a new build system that works on all systems though. :)

holgersson32644 commented 7 years ago

Great to hear! Don’t expect something too soon as other things keep me away from it right now - but I definetly plan it.

holgersson32644 commented 7 years ago

Well, I tried, but I didn’t get it into something working (linking fails and honestly I don’t have any clue about windows or MacOS/OS X). I’ll attach my CMakeLists.txt with my current state if someone else wants to give it a shot. However, I won’t work on this anymore, packaging with the custom Makefile is way easier (and I have a good draft to start from that).

Barbatos commented 7 years ago

That's too bad. Thank you for putting some time into this! Maybe someone else will have the courage to look into it in the future.