安装(make install)。
All you need to run is make install.
所有您需要运行的只是make install。
Run make, then run make install as root.
运行make,然后作为root用户运行make install。
As root, type make install to install the software.
作为root,输入make install以安装软件。
Run phpize, followed by ./configure, make, and make install.
运行phpize,后接./configure、make和 make install。
The last part of building the project is running make install.
构建项目的最后一部分是运行make install 。
Then just repeat the steps make && make modules_install && make install.
接下来仅需重复步骤make && make modules_install && make install。
You will want to capture a snapshot of your install when you make install changes.
进行安装更改时,将要捕获安装的快照。
Make compiles the code, and sudo make install installs the code in system directories.
make编译代码,sudo make install在系统目录中安装代码。
The PHP make install command tries to update your Apache 2 configuration files on your behalf.
PHPmake install命令试图代表您更新Apache2配置文件。
The installation of qrencode is straightforward with the usual ./configure, make, make install.
qrencode的安装很直观,使用常规的./configure,make, make install 即可。
The installation is simple and standard: run the configure command followed by make and make install.
安装过程很简单,是标准的:运行configure命令,然后运行make和make install。
If those are not included, then the buildconf, configure, make, and make install did not go as planned.
否则,接下来的buildconf、configure、make和make install 等命令不能按预期工作。
Then, install the Nagios web config file in the Apache conf.d directory by typing make install-webconf.
然后,通过输入make install - webconf在Apacheconf . d目录安装Nagiosweb配置文件。
We're going to skip the "make install" step, since we are just covering the unpack and compile steps in this article.
因为在本文中只讲述解包和编译步骤,所以将略过 "make install"步骤。
Unpack the tarball, change to the newly created directory, and type ./configure followed by make and sudo make install.
解压压缩文件,进入刚创建的目录,输入./configure,然后输入make和sudo make install。
If you aren't the super user, you should use sudo make install so the commands are installed in the system directories.
如果您不是超级用户,应该使用sudo make install以便将命令安装到system目录中。
Once this is complete, the usual ./configure, make, and make install sequence will build the standalone Ambulant reader.
构建完成后,常用的./configure,make,和 make install序列将构建单机版的Ambulant阅读器。
Run another make followed by make install, and you will have a newly built version of GDM installed in /usr/local/sbin/.
再次运行 make,再运行make install,然后您将得到在 /usr/local/sbin/ 中安装的新构建的GDM版本。
I couldn't just run configure, make, and make install to build the Second Life client — because it doesn't use make at all.
要构建SecondLife客户机,却没法只是简单地运行configure、make和make install——因为它根本就没有使用make。
Execute a make command to build the program; then execute a make install command to install the program and set up the tool.
执行make命令来构建程序;然后执行make install命令安装程序并设置工具。
Worst case scenario, maybe everything, including "make install", will go splendidly until you actually try to run the program.
更糟糕的情况是,包括“make install ”在内的每个环节都顺利通过,直到实际运行程序时才出现麻烦。
After downloading and untaring the QEMU distribution, configure, make, and then make install, and you're done (see Listing 1).
下载并打开QEMU发行版之后,configure、make,然后make install,任务就完成了(见清单1)。
To install these modules on any other computer using the same platform, simply change into each directory and run make install.
要在使用相同平台的其他任何计算机上安装这些模块,则只需转入每个目录并运行make install即可。
After installing PCRE, you should know what's next: running make install, again either as the root user or with the sudo command.
在安装了PCRE之后,下一步就是:再次运行make install,同样以root用户的身份或使用sudo命令运行。
When building GIMP with these changes, type make, then when it is done, type make install as root and you should have a fully functional new tool in GIMP.
构建完成后,键入make install asroot,您应该在GIMP中拥有了一个功能完整的新工具。
This can be changed by specifying the desired location (as an absolute directory path) as the value of the prefix option of the make install command in the listing above.
通过将所期望的位置(作为一个绝对目录路径)指定为上面清单中make install命令的prefix选项的值,就可以更改这个位置。
After the build is complete, a tinylogin.links file is generated, which is then used by make install to create symlinks to the tinylogin binary for all compiled-in functions.
在编译完成以后,生成了一个tinylogin . links文件,它随后被make install用来为所有的内编译函数创建指向tinylogin二进制文件的符号连接。
On a related subject, it's very common for the build process after you've typed make to take longer than your short-term memory can remind you to type make install when it finishes.
在对应的主题中,对于搭建过程来说是经常出现的,在你已经决定要花更长时间而不是你短暂的记忆可以记住的那么短的时间来完成你的安装。
The make install process creates the necessary directories (if each doesn't exist), copies the files to the destinations, and runs ranlib to prepare the library for use by applications.
make install过程创建了所需的目录(如果它们都不存在的话),将文件复制到目标,并运行ranlib,以便为应用程序准备好要使用的库。
应用推荐