devos50 / qemu-ios

A QEMU emulator for legacy Apple devices
Other
981 stars 65 forks source link

../configure does not work #160

Open artiqeltt opened 6 months ago

artiqeltt commented 6 months ago

The ../configure --enable-sdl --target-list=arm-softmmu --disable-capstone --disable-pie --disable-slirp --extra-cflags=-I/opt/homebrew/opt/openssl@3/include --extra-ldflags='-L/opt/homebrew/opt/openssl@3/lib -lcrypto' command does not work. it shouldn't be../configure, it should be./configure. in total it should be./configure --enable-sdl --target-list=arm-softmmu --disable-capstone --disable-pie --disable-slirp --extra-cflags=-I/opt/homebrew/opt/openssl@3/include --extra-ldflags='-L/opt/homebrew/opt/openssl@3/lib -lcrypto'`

Florin9doi commented 5 months ago

You probably missed :

mkdir build
cd build
Migueli000 commented 5 months ago

this is was happens to me too