rayarachelian / lisaem-1.2.x

Apple Lisa Emulator v1.2.x
http://lisaem.sunder.net
Other
36 stars 11 forks source link

Build script not working on Ubuntu #7

Closed gnud closed 5 years ago

gnud commented 6 years ago

A small bug which is not documented in the installation process.

:~/source/lisaem-1.2.x$ for i in bin resources lisa wxui generator cpu68k; do if [ ! -d ./$i ]; then echo $i; fi; done
bin # <-- meaning it likes to have the bin directory created

when I list the files from the clone GIT repo, the bin directory is missing, can you update Readme to mention this or update the build script to echo the missing directories :), thanks.

rayarachelian commented 5 years ago

Thanks guys