Help needed for compiling #32
Replies: 2 comments 3 replies
-
Hi! The following worked well for me on my M1 Mac. Use the terminal to first put yourself in a directory where you want to download and build LisaEm (I just did "cd ~/Downloads") Then run the following commands in turn (the $ symbol is your terminal prompt): $ git clone https://github.com/arcanebyte/lisaem $ export PATH="/usr/local/wx3.2.7-cocoa-macOS-$(sw_vers -productVersion | cut -d. -f1-2)-x86_64,arm64/bin:$PATH" |
Beta Was this translation helpful? Give feedback.
-
These are the instruction I followed. You need to make a single boot.ROM file from both the boot.hi and boot.lo files: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I hope it's the right place to ask for help! :) Last time I played with LisaEm was about 15 years ago, so a lot has changed since then. I stumbled upon this project after giving up trying to run 1.2.7 RC4 from the official website. I'm on a M1 Max MacBook Pro running Sequoia 15.3.2.
First, thanks a lot for maintaining that project! I'm mostly a GUI person, but I'm not too much afraid of the Terminal, even though I usually only copy commands from trusted sources… Still, I tried my hand at compiling LisaEm for my system, without much luck.
I ran scripts/build-wx3.2.6-modern-macosx.sh which did a lot of stuff and ended with "23 warnings generated". And I don't find anything related to wxWidgets in /usr/local/ afterwards. This is where I'm stuck as of now… Can anybody help me to the nest step?
Beta Was this translation helpful? Give feedback.
All reactions