google-app-engine - XP 上的 Golang GAE SDK : Do I have to install it? 还有其他方法可以在 XP 上使用 SDK 吗?

标签 google-app-engine go

introduction说:

Follow the instructions on the download page to install the SDK on your computer.

但是download page没有任何关于如何安装和下一步做什么的说明。只有链接。

我找到的只是这个指向 WindowsInstallation 的链接:

Download and run the latest Windows installer from our downloads page

Windows XP 用户必须使用安装程序吗?他们可以只下载 Linux 版本并解压缩吗?我想要一个便携版本,而不是安装 EXE 和注册表设置等的版本。

我也不明白我到底要选择什么。有:

  1. Google App Engine SDK 1.7.7(.msi 文件)
  2. Google App Engine SDK for Go 1.7.7(.zip 文件)

我已经下载了第二个。我是否也需要先下载并安装?只需将第二个添加到 PATH 并开发正是我想要的。够了吗?

最佳答案

Linux 版本将为 Linux 编译可执行文件,因此您无法在 Windows 上运行这些文件(除非您在具有 VirtualBox、VMWare 或类似软件的虚拟机下运行 linux)。

关于google-app-engine - XP 上的 Golang GAE SDK : Do I have to install it? 还有其他方法可以在 XP 上使用 SDK 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16328290/

相关文章:

python - 查询非 None

go - 使用redis作为缓存,TTL和Mysql中每个表的字节大小限制

java - 具有多个服务器实例的 AppEngine JDO 丢失通过 key 获取的实体的事务更新

具有复杂的用户角色权限结构的 Python App Engine 项目

django - 在 django-nonrel 中过滤外键属性

google-app-engine - App Engine ndb 按键并行获取

Golang amqp 重新连接

go - 从 channel 附加 slice

data-structures - Golang - 结构之间的转换

debugging - 如何将 Go 从 1.10 降级到 1.9?