↧
Answer by teki for Cross Platform build
I choose cmake, because it can generate XCode projects. The docs are not that great, but there are plenty users out there, so you can find solutions to problems using google fairly easily. It has soma...
View ArticleAnswer by S.Lott for Cross Platform build
Are there associated problems regarding portability?Only if you continue to have "port-specific files".Will it pay in long run? Off-the shelf is cheaper than hand-built. Period. You should be very,...
View ArticleCross Platform build
I have an application in which we use a hand-made build system.The reason for this is portability: the application should be portable on Linux/Mac/Windows.There are some port-specific files that are...
View Article
More Pages to Explore .....