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 中创建一个目录树,并将输出文件放到这个目录中,从而避免在非绝对必要的情况下修改构建树。
This means that a new instance of a directory, such as /tmp, is created for each user.
这就意味着为每个用户创建了一个新的目录实例(比如 /tmp)。
This script gives you a Linux application /tmp/minimal and its Windows twin /tmp/minimal.exe.
该脚本提供了 Linux 应用程序 /tmp/minimal 及其 Windows 对应者 /tmp/minimal.exe 。
Well there are a couple of interesting intermediate values here, right? There's tmp.
回去再看第一段代码,那么在这里我该关注什么呢?
tmp The idea was to make a copy of res and temp.
也就是。
应用推荐