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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -