devos50 / qemu-ios

A QEMU emulator for legacy Apple devices
Other
865 stars 63 forks source link

../config not working #154

Open itsyeboimickey opened 3 months ago

itsyeboimickey commented 3 months ago

im on windows with git and i get this error

jjbri@LAPTOP-ISKE0LS6 MINGW64 /build (main) $ ../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --disable-pie --extra-cflags=-I/mingw64/include/openssl --extra-ldflags='-L/mingw64/lib -lcrypto' --disable-stack-protector --disable-werror bash: ../configure: No such file or directory

dogeeeeeeeeeeeee commented 2 days ago

You need to cd into /build. If it's not already there then you'd need to mkdir it.