visual studio 2015 命令提示符 '.'不是内部或外部命令,也不是可运行的程序或批处理文件

visual studio 2015 command prompt '.' is not recognized as an internal or external command, operable program or batch file

我从事 GIS 项目,我需要 64 位 gis lib.And 而不是;

我做了什么?

我遇到了这样的错误: '.'不被识别为内部或外部命令, 可运行的程序或批处理文件。

INSTALL.txt 其中包括 lzo-2.10 表示:

The simplest way to compile this package is:

  1. cd' to the directory containing the package's source code and type ./configure' 为您的系统配置软件包。如果你是 使用 csh' on an old version of System V, you might need to type sh ./configure' 来防止 csh' from trying to execute configure' 本身。

    运行 `configure' 需要一些时间。 运行ning 时,它会打印一些 告诉它正在检查哪些功能的消息。

  2. 键入“make”编译包。

  3. 可选地,键入“make check”以 运行 随附的任何自检 包裹。

  4. 键入“make install”以安装程序和任何数据文件以及 文档。

  5. 您可以从 通过键入 make clean'. To also remove the files thatconfigure' 创建的源代码目录(这样你就可以编译包 一种不同类型的计算机),键入 make distclean'. There is also amake maintainer-clean' target,但这主要是为了 对于包的开发人员。如果你使用它,你可能必须得到 各种其他程序以重新生成出现的文件 与分布。

可是连第一步都迈不出来。我搜索了但无法解决此问题 situation.pls 帮帮我。

您的 GIS 库似乎需要 linux 才能构建。鉴于您使用的是 VS2015,我假设您使用的是 Windows。