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

#5708
Anonymous

    I was also getting:
    sh: svnversion: command not found
    sh: svn: command not found
    and it turned out my system did not have the piece of software called “subversion” installed

    After installing subversion (on my Linux Ubuntu box it ws just a matter of saying “sudo apt-get install subversion”)
    and cleaning everything with:
    scons -c bin mode=release

    all was fine

    Hope this helps

    Pietro