Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Rosetta installation Reply To: Rosetta installation

#5621
Anonymous

    Go to your rosetta_source folder.

    There should be a symlink to scons.py.

    Type “python scons.py -j# bin mode=release”. The # symbol should be replaced with the number of processors you have to compile on (if it’s a 4-core machine, try 3, if it’s only a single processor machine, leave it at 1.)

    It should spit out many, many lines that read “g++ -o build/src/release” and take a fair amount of time to compile (many hours if you only use one processor).

    Post the last five or so lines of output when it finishes and I’ll see if it looks good. It should say “scons: done building targets” if it encountered no errors.