You are here

Compiling Rosetta 3.3 on Linux Mint

3 posts / 0 new
Last post
Compiling Rosetta 3.3 on Linux Mint
#1

I'm relatively new to programming, and this is the first time I'm learning a new software on my own so please bear with the possibly stupid question.
I'm having trouble reformatting my protein. All I have typed so far, just to check that I'm doing it right is: ./ligand_rpkmin.linuxgccrelease

and my error message is: bash: ./ligand_rpkmin.linuxgccrelease: No such file or directory

I'm in the correct directory, scons is installed, and I see the file ligand_rpkmin.cc...
So I tried to instead run: gcc ligand_rpkmin.cc
but it gave me the message: ligand_rpkmin.cc:16:29: fatal error: protocols/init.hh: No such file or directory
compilation terminated.

But init.hh does exist in the protocols folder.

What am I doing wrong?
Thanks in advance!

Post Situation: 
Thu, 2011-09-01 16:05
proteinproteindock

You're correct that you need to compile it first, but the way to do that is to go to the rosetta/rosetta_source directory, and execute "scons bin mode=release" (See: http://www.rosettacommons.org/manuals/archive/rosetta3.3_user_guide/buil...)

This should build all the Rosetta programs and install (links to) them in the rosetta/rosetta_source/bin directory.

By the way, the documentation for ligand_rpkmin is found at http://www.rosettacommons.org/manuals/archive/rosetta3.3_user_guide/app_...

Thu, 2011-09-01 16:28
rmoretti

Thank you so much!!! You are amazing. It's executing right now, and I'm reading up on the documentation as well.

Thu, 2011-09-01 16:35
proteinproteindock