rzel / rudix

Automatically exported from code.google.com/p/rudix
Other
0 stars 0 forks source link

Use another build system #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should investigate using another build system, specially one that doesn't 
use Makefile syntax/semantics :)

Contenders:
 - waf
 - scons (waf seems better)
 - minuteman (if larry hastings continue with the project)
 - cmake (very crazy one, probably terrible for the sort of meta stuff we need)
 - portage
 - pacman (both are for just one client and not very well documented how to use outside)
 - the tcl monster inside macports (ok just joking on this one)
 - homebrew one (quite nice, but not made for universal and made for just one client)

Original issue reported on code.google.com by santagada on 17 Mar 2011 at 7:14

GoogleCodeExporter commented 9 years ago
waf and scons are not a good fit as they are more about dependencies and not 
about meta-build

python fabric seems nice though

Original comment by santagada on 28 Mar 2011 at 2:53

GoogleCodeExporter commented 9 years ago
this can be revisited, but right now the build system rocks :)

Original comment by santagada on 4 Sep 2011 at 12:28