Opened 14 years ago
Closed 13 years ago
#3 closed enhancement (fixed)
New build system
Reported by: | cvermilion | Owned by: | cvermilion |
---|---|---|---|
Priority: | major | Component: | JetCore |
Version: | 4.0 | Keywords: | |
Cc: |
Description
Hand-built make sucks. autotools fix lots of problems, but suck even more than Make. Cmake is a little ugly, but is way nicer than autotools. Scons is cooler than Cmake, but Cmake works better.
My overall preference is probably Scons.
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|---|
Type: | defect → enhancement |
comment:2 Changed 14 years ago by
Version: | 4.0 → 5.0 |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Version: | 5.0 → 4.0 |
Note: See
TracTickets for help on using
tickets.
OK, so I went ahead and implemented a CMake build, which has the particularly nice feature of easily building an Xcode project. Need to test this across different systems. CMake should be totally portable, but kludgy interface to other packages probably needs some work.