TPP 4.3.1: Installing on Ubuntu 10.04

From SPCTools

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:23, 14 May 2010
Jesse j (Talk | contribs)

← Previous diff
Revision as of 21:27, 14 May 2010
Jesse j (Talk | contribs)
(Installation Procedure)
Next diff →
Line 5: Line 5:
cd /usr/local/src/ cd /usr/local/src/
svn co https://sashimi.svn.sourceforge.net/svnroot/sashimi/tags/release_4-3-1/trans_proteomic_pipeline/ svn co https://sashimi.svn.sourceforge.net/svnroot/sashimi/tags/release_4-3-1/trans_proteomic_pipeline/
-cd trans_proteomic_pipeline/src/+cd installer_linux/
 +sh ./install-prerequisites-ubuntu-9_04.sh
 + 
 +cd ../trans_proteomic_pipeline/src/
#The following commands may need to be prefaced with the sudo command #The following commands may need to be prefaced with the sudo command
Line 11: Line 14:
make install make install
</pre> </pre>
- 
== Debugging == == Debugging ==
* If Make reports an error in saxhandler.h, add "#include <stdint.h>" (Without the quotation marks) to the top of the saxhandler.h file. * If Make reports an error in saxhandler.h, add "#include <stdint.h>" (Without the quotation marks) to the top of the saxhandler.h file.

Revision as of 21:27, 14 May 2010

Installation Procedure

cd /usr/local/src/
svn co https://sashimi.svn.sourceforge.net/svnroot/sashimi/tags/release_4-3-1/trans_proteomic_pipeline/
cd installer_linux/
sh ./install-prerequisites-ubuntu-9_04.sh

cd ../trans_proteomic_pipeline/src/

#The following commands may need to be prefaced with the sudo command
make
make install

Debugging

  • If Make reports an error in saxhandler.h, add "#include <stdint.h>" (Without the quotation marks) to the top of the saxhandler.h file.
Personal tools