Tagged Questions
The build-systems tag has no wiki summary.
6
votes
4answers
3k 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 ...
5
votes
4answers
471 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
6answers
2k 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
2answers
120 views
CMake : encoding problem
Introduction:
I am trying to use CMake to obtain cross platform compilation scripts (for VS 9.0 on a Windows32 and Makefiles for Unix).
I am experiencing something i can't understand about ...
1
vote
1answer
115 views
Build Systems for Embedded Linux
I work on a device that uses Embedded Linux. In the near future this device is going to probably turn into a product family and a few more devices (i.e. hardware platforms) are going to added to the ...
1
vote
6answers
606 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 ...
0
votes
1answer
43 views
Build system for eclipse plugins & RCP
I wonder if there is build system with following capabilities:
Install & update dependencies (plugins) in target platform on developer machine.
Retrieve & pack binary dependencies into OSGi ...