2
votes
3answers
196 views
What build systems work with Go?
I know that the Go source comes with a Makefile (It's in $GOROOT/doc) which I am using right now, but have other popular build systems added support for Go yet? Has anyone written build scripts for …
4
votes
4answers
577 views
what is boost jam and is it jam worth migrating to?
what is boost jam and is it jam worth migrating to?
I understand that jam is build system built by perforce however I am not sure how the boost jam & regular jam is different.
I'm also hoping …
3
votes
6answers
684 views
A good strategy for implementing a versioning system
I have been struggling with versioning software for a while now.
I'm not talking about a naming convention, I'm talking about how to actually apply a version in a build system all the way through to a …
1
vote
5answers
248 views
make and alternatives, pros and cons on windows platform
I'm looking for a make platform. I've read a little about gnu make, and that its got some issues on windows platforms (from slash/backslash, to shell determination ... ) so I would like to hear what …
