devos50 / qemu-ios

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

../configure does not work #160

Open artiqeltt opened 4 months ago

artiqeltt commented 4 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 4 months ago

You probably missed :

mkdir build
cd build
Migueli000 commented 3 months ago

this is was happens to me too