无法在 Gitbash 中构建 (Windows x32))

Unable to build in Gitbash (Windows x32))

我关注了这个linkhttps://github.com/processing/processing/wiki/Build-Instructions
我卡在了:打开 terminal/console/command 提示符,切换到克隆 Processing 的目录,然后键入:

cd build
ant run

当我键入 cd build 时,它会显示消息

bash: cd: build: No such file or directory.

如果您在文件夹中,请说 C:\Users\myLogin(将“myLogin”替换为您的 Windows 帐户),键入:

git clone https://github.com/processing/processing.git

这意味着您必须 cd processing 才能进入 "the directory where you cloned Processing"。

那将是 C:\Users\myLogin\processing(或者,在 git bash、/c/Users/myLogin/processing 中)

进入该文件夹后,您可以键入 cd buildant run