bin folder does not appear after compiling

Member Site Forums Rosetta 3 Rosetta 3 – Build/Install bin folder does not appear after compiling

  • This topic has 2 replies, 3 voices, and was last updated 5 years ago by Anonymous.
Viewing 2 reply threads
  • Author
    Posts
    • #3214
      Anonymous

        Hello, 

        I’ve previously never had trouble downloading Rosetta (I’ve done it twice successfully before) until now.

        I’m trying to install Rosetta on Linux 3.1. When I go to Rosetta/main/source and type in ./scons.py -j3 mode=release bin it doesn’t ever throw an error, but the bin file does not appear. 

        Does anyone know how I can fix this?

        Thank you

      • #14873
        Anonymous

          bin goes after scons.py:

           

          ./scons.py bin mode=release -j3

        • #14896
          Anonymous

            It shouldn’t really matter where the bin goes in the command.

            If you re-run your scons command (That is, run the scons command, let it finish, and then run it again.) what does it print the second time around?

            Also note that the bin is not a file itself, but instead a directory (Rosetta/main/source/bin/ – And that directory doesn’t contain files proper, but instead symlinks into the build directory).

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.