git - Unable to build in Gitbash (Windows x32)) -
i followed link https://github.com/processing/processing/wiki/build-instructions
, stuck at: open terminal/console/command prompt, change directory cloned processing, , type:
cd build ant run when type cd build, shows message
bash: cd: build: no such file or directory.
if in folder, c:\users\mylogin (replace 'mylogin' windows account), typing:
git clone https://github.com/processing/processing.git that means have cd processing in order in "the directory cloned processing".
that c:\users\mylogin\processing (or, in git bash, /c/users/mylogin/processing)
once in folder, can type cd build , ant run.
Comments
Post a Comment