i want to find a folder that stores GIT respitories for building tpt, i am using windows
This d /d [wherever you keep your repositories] git clone https://github.com/The-Powder-Toy/The-Powder-Toy in the tutorial to do it is why i made this post, i cant find where they go
(Tee hee hee xd) They go wherever your working directory was when you entered `git clone` -- since you are using windows and I don't know which tutorial you used, I am going to assume you somehow have the git CLI tool working in a cmd.exe environment, which means that to see your current working directory, you would type "dir" in cmd.exe and then enter. If you closed cmd.exe after cloning however, then your working directory will have been reset and there is no way to know where you were when you cloned the repo. The default working dir is always your home directory (eg. on Windows C:\Users\<username>\.), so if you never changed it before cloning, then the local repo should be in your home folder at C:\Users\<username>\.
now i get this error
meson is not recognized as an internal or external command, operable program or batch file, also im following this. https://powdertoy.co.uk/Wiki/W/Building_TPT_with_Meson.html#Compiling_for_Windows
yes