dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
262 stars 26 forks source link

Can't compile the devkit #69

Closed clamidia64 closed 2 years ago

clamidia64 commented 2 years ago

I followed the readme.msys2 instructions on how to setup everything, as it seems is more detailed than the github post (are they posts?) and when it comes to write this code: autoreconf -iv ./configure --prefix=$PWD/local --enable-msys2 --with-python=/c/Users/YOUR_USER_NAME/AppData/Local/Programs/Python/Python310/python make make install it displays this

autoreconf: export WARNINGS=
autoreconf: error: 'configure.ac' is required
bash: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.

I don't know what am I doing wrong.

clamidia64 commented 2 years ago

It's all good now, I was being dumb