scons
-
The program used to build the Second Life viewer is called SCons , a program intended to replace make .
用来构建SecondLife查看器的程序称为SCons,这是一个可以替代make的程序。
-
There are a number of answers ; frankly , SCons is technically superior to make .
答案有很多个;坦白地说,SCons从技术上来说要优于make。
-
SCons is a cakewalk to build , but it 's one more thing to do before getting started .
使用SCons来构建程序轻而易举,不过在开始之前需要做一些准备工作。
-
Reliance on non-standard packages like SCons .
依赖于非标准软件包,例如SCons。
-
If you want to run more than one job at once , just add-j3 to the scons command line , same as for GNU make .
如果您希望一次运行多个作业,可以简单地将-j3添加到scons命令行中,这与GNUmake非常类似。
-
The main thing you need to know if you 're going to start messing around with the build process is that the project file ( called " SConstruct ") used by SCons is a Python program .
如果您想要了解构建过程,需要了解的主要问题是SCons使用的项目文件(称为“SConstruct”)是一个Python程序。
-
In these strains , Staphylococcus coagulation negatives ( SCONS ) were accounted for 40.8 % , α hemolytic streptococci were 13.5 % and Escherichia coli was 13 2 % .
其中以凝固酶阴性葡萄球菌、甲种溶血性链球菌和大肠埃希菌为主,分别占40.8%、13.5%和13.2%;
-
The . o files are placed in / tmp ; specifically , SCons builds a directory tree in / tmp / username in which it stores output files so as to avoid altering the build tree more than absolutely necessary .
o文件都放在/tmp中;具体来说,SCons会在/tmp/username中创建一个目录树,并将输出文件放到这个目录中,从而避免在非绝对必要的情况下修改构建树。