Move to one Cross-platform build system for all platforms supported

Asked by Alan Alvarez

Instead of having to modify all the build systems we support for different platforms we should look into moving to one cross-platform build system.

Some options are.
- CMAKE
- jam (or bjam)
- Ants
- Scons

Question information

Language:
English Edit question
Status:
Solved
For:
Mira Groupware Edit question
Assignee:
No assignee Edit question
Solved by:
Alan Alvarez
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Max Bossino (j-k9) said :
#2

This question has recently resurfaced.

Revision history for this message
Max Bossino (j-k9) said :
#3

SCons looks like a very good option - it's simple (from what I've seen) and supports our three target OSs and more. I'll look into it and try to produce a working SCons build system over the next few days.

Revision history for this message
Alan Alvarez (clsk) said :
#4

Stefan solved this problem with CMake.