注意:要使编译命令正常工作,需要安装恰当的SDL和 SDL_image库。
Note that you'll need to have the appropriate SDL and SDL_image libraries installed for the compilation command above to work.
第一个编译命令用“-”引出参数,且参数之间有多个空格分隔。第二个编译命令用“/”引出参数,参数之间不必要分隔。
The first command line uses hyphens with at least one blank separating options. The second uses slashes and no separation is needed.
典型的编译命令已经作为例子提供了,以期望应用开发者能够使用这些例子作为完成他们自己定制的编译过程的的一个指南。
Typical compilation commands are provided as examples with the expectation that application developers can use these examples as guidance for developing their own custom compilation procedures.
一旦我们开始编写更有趣的程序,你就不得不键入冗长烦人的命令来编译更复杂的程序。
Once we start writing more interesting programs, you would have to type out long annoying commands to just compile more sophisticated programs.
该命令并不编译在这两个层次结构中所找到的每个文件。
This command does not compile every file found in either of those hierarchies.
该示例程序不需要修改;可以利用本部分中所示的命令编译并运行它。
No modifications are required for this sample program; you can compile and run it using the commands shown in this section.
多线程示例是展示如何使用命令编译、链接和执行程序的最佳方法之一。
A multithreading example is one of the best ways to show you how to use commands to compile, link, and execute a program.
使用下面的命令来编译文件。
编译和链接授权服务需要的命令因平台而异。
The commands necessary to compile and link the authorization service vary depending on the platform.
运行清单6中所示的命令来编译系统类并创建WAR文件。
Run the command shown in Listing 6 to compile the system classes and create the WAR file.
ccache _ PREFIX——向ccache用于完全调用编译器的命令行添加一个前缀。
CCACHE_PREFIX — Adds a prefix to the command line that ccache USES to invoke the compiler proper.
该命令将编译C 源代码。
其次,用以下命令编译和链接。
现在您可以使用下面的命令来编译这个程序和SOAP封装程序了。
Now you can compile this program and the SOAP wrapper by entering the following command.
使用与前面例子相同的命令来编译并运行这段程序。
Compile and run using the same commands as you used in the previous example.
要编译和运行,执行以下命令。
然而,您可以配置构建选项以在编译之前调用configure命令。
However, you can configure building options to call the configure command before compilation.
下面一串命令是编译这个库
如果需要跳到前面,请下载源代码存储库中包含的完整text . c文件并用make命令编译该文件。
If you want to skip ahead, download the completed text.c file included in the source code repository and compile it with the make command.
将上面的代码保存到文件myenv . c中,然后发出以下命令进行编译。
Save the above source into a file called myenv.c, and then compile it by issuing the command.
在AIXshell提示中,它使用三个命令编译程序,一个命令生成一个可执行主程序并运行该程序。
At the AIX shell prompt, it takes three commands to compile the programs, one command to generate an executable main program and run it.
现在使用这个命令编译应用程序:mxmlcmicroblog . mxml。
Now compile the application using the command: MXMLC microblog.mxml.
使用下列命令行编译此程序
To compile this program, the following command line could be used
发出以下命令来编译txtgroup . c。
发出以下命令来编译txtclient. c。
将模式放在适当的文件夹中并设置好path与classpath,使用下面的命令编译模式。
Once you place the schema in an appropriate folder and set the path and classpath, use the following command to compile the schema.
要编译mxml文件,发出以下命令:mxmlc hello . mxml。
To compile your MXML file, issue the following command: MXMLC hello.mxml.
发出以下命令,编译txtserver. c。
这个类路径中必须包含编译您在命令中指定的com . ibm . sample . presence . ws . PresenceMonitor实现类所需的所有类。
The classpath must include any classes necessary to compile the com.ibm.sample.presence.ws.PresenceMonitor implementation class that you specify in the command.
下面的命令编译插件,生成“libdbx_example . so”文件。
This command compiles the plug-in to generate the file named "libdbx_example.so."
应用推荐