TPP 4.3.1: Installing on Ubuntu 10.04
From SPCTools
(Difference between revisions)
Revision as of 17:49, 20 May 2010 Jesse j (Talk | contribs) (→Installation Procedure) ← Previous diff |
Revision as of 17:54, 20 May 2010 Jesse j (Talk | contribs) (→Installation Procedure) Next diff → |
||
Line 7: | Line 7: | ||
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 installer_linux/ | + | cd trans_proteomic_pipeline/installer_linux/ |
sh ./install-prerequisites-ubuntu-9_04.sh | sh ./install-prerequisites-ubuntu-9_04.sh | ||
Revision as of 17:54, 20 May 2010
Installation Procedure
Note: This is not the only way to install TPP, and these instructions have not yet been tested by other users. If you don't have subversion, do: sudo aptitude install subversion
#If admin permission is needed, enter the command: sudo bash cd /usr/local/src/ svn co https://sashimi.svn.sourceforge.net/svnroot/sashimi/tags/release_4-3-1/trans_proteomic_pipeline/ cd trans_proteomic_pipeline/installer_linux/ sh ./install-prerequisites-ubuntu-9_04.sh cd ../trans_proteomic_pipeline/src/ 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.