Member Site Forums Rosetta 3 Rosetta 3 – Build/Install How to set up Rosetta 3 in Mac OS Reply To: How to set up Rosetta 3 in Mac OS

#5280
Anonymous

    Hi,

    You have first to install scons on your mac. After that, just open a shell and go to rosetta_source/ folder. Then type

    scons bin mode=release
    or
    scons bin mode=debug

    to build the software. You can also use the option “-jx” where x is the number of cores you want scons to use for compiling Rosetta. Once the compilation is done, go to rosetta_source/bin/ and you’ll find the binary apps. It might be useful to look in the file rosetta_source/src/apps.src.settings to disable the apps you don’t want to be installed (because compiling everything takes much more time). To disable an app just comment the line with # character at the beginning of the line.

    Hope this will help.
    Alejandro