linux - 如何创建一个 "configure"文件?

标签 linux apache mapserver

最近我使用以下链接下载了一个文件

git clone git://github.com/mapserver/mapcache.git

在下载的 mapcache 文件夹中,我找不到执行“./configure”的配置文件。但是安装帮助文件告诉:

Unix compilation instructions

If you are using a git clone rather than a tarball distribution, you must first run autoconf in the root directory, to create the configure file from configure.in:

$ autoconf

For unix users, the compilation process should resume to:

$ ./configure

$ make

(as root)

make install-module

The installation script takes care of putting the built module in the apache module directory.

要执行 ./configure 应该有一个配置文件,不是吗?请告诉我如何制作一个来解决这个问题。

最佳答案

维护者讲话......

mapcache 和 mapserver 正在为下一个版本切换到 cmake,master 分支的文档需要更新。您可以使用 branch-1-0 分支继续使用 autoconf 构建,或者将 cmake 与 master 一起使用:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

关于linux - 如何创建一个 "configure"文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16610698/

相关文章:

linux - 误用linux命令mv查找文件

linux - Crontab shell 脚本

linux - 从 bash 脚本打开 iTerm2 并运行命令

计算给定边界框以及图像的宽度和高度的比例

android - 可以包含在 Android map 应用程序中的 map 类型

c++ - 如何调试奇怪的内存泄漏 (C++)

php.ini session.cookie_domain - 放置什么?

java - 无法将 apache 转发到端口 8080

mysql - 让 mac os x apache 使用现有的 mysql

java - UnsatisfiedLinkError 和 NoClassDefFoundError : Running Java Mapscript on Ubuntu 11. 10