h*****g 发帖数: 944 | 1 我们现在就是用g++, 把dependency library command line写到一个shell script里,
公司在纽约和芝加哥的程序员就check in subversion,轮流编译。这样保证ref
library不被mess up
你们的大型c++ app都是怎么编译的? |
L****8 发帖数: 3938 | 2 vtk itk 用cmake
【在 h*****g 的大作中提到】 : 我们现在就是用g++, 把dependency library command line写到一个shell script里, : 公司在纽约和芝加哥的程序员就check in subversion,轮流编译。这样保证ref : library不被mess up : 你们的大型c++ app都是怎么编译的?
|
d****i 发帖数: 4809 | 3 In Makefile, use libxyz.so.1.2.3 to specify the version of the linked lib
【在 h*****g 的大作中提到】 : 我们现在就是用g++, 把dependency library command line写到一个shell script里, : 公司在纽约和芝加哥的程序员就check in subversion,轮流编译。这样保证ref : library不被mess up : 你们的大型c++ app都是怎么编译的?
|
k***5 发帖数: 583 | 4 Build forge, 只有过了unit test 和 integration test 后的才能merge到主build里
,否则不允许merge。 google continue integration吧。 |
g*********e 发帖数: 14401 | 5 凡是有点人力物力的公司,这个是最基本的吧
【在 k***5 的大作中提到】 : Build forge, 只有过了unit test 和 integration test 后的才能merge到主build里 : ,否则不允许merge。 google continue integration吧。
|
j********x 发帖数: 2330 | |