On Tue, Apr 28, 2009 at 11:38 AM, rgowrii shankar <[email protected]> wrote: > thank u for u r kind reply,, > i m trying to install the Autodock 4 along with MGI tools.. > i had downloaded all the .tar files.. > when i am trying to install , i dont know to run the prog.. > where is it installed.. if u know means, please show the way to run that..
1)Go to the folder where you downloaded the file cd ~/Downloads or cd ~/Desktop (or just cd if you downloaded to your home directory) 2) Most of the source packages are tar.gz or tar.bz2 If it is a .gz, do a tar -xzvf <file.tar.gz> If it is a .bz2, do a tar -xjvf <file.tar.bz2> 3) Then go to the folder just extracted.. cd autodock-<version> 4) Configure/build/install ./configure --prefix=/usr make sudo make install 5) Execute Then execute by typing autodock --- Ashok `ScriptDevil` Gautham _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
