autc04 / Retro68

a gcc-based cross-compiler for classic 68K and PPC Macintoshes
GNU General Public License v3.0
548 stars 54 forks source link

Install Fails, can't find make-multiverse.rb #215

Closed jcmiller11 closed 11 months ago

jcmiller11 commented 11 months ago

Trying to do the initial build and install on an Intel Mac running Sonoma based on the instructions in the readme. It ends with the following message:

Install the project...
-- Install configuration: "Debug"
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/ResInfo
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/Rez
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/ConvertObj
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/MakePEF
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/MakeImport
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/Elf2Mac
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/LaunchAPPL
-- Installing: /Users/jcmiller/Downloads/Retro68/Retro68-build/toolchain/bin/ConvertDiskImage
ruby: No such file or directory -- make-multiverse.rb (LoadError)
jcmiller11 commented 11 months ago

Disregard, user error, I didn't realize you couldn't install from zip and had to git clone the repo, apologies!