Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 82e4e5081c16152f29ae83844752f3f5 > files > 57

gausssum-2.2.5-1.fc15.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Installing in Linux</title><link rel="stylesheet" href="style.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="start" href="index.html" title="GaussSum Version 2.2" /><link rel="up" href="ch01.html" title="Chapter 1. Installation" /><link rel="prev" href="ch01s02.html" title="Installing the GaussSum scripts in Windows" /><link rel="next" href="ch02.html" title="Chapter 2. How do I find all lines with a certain phrase?" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Installing in Linux</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Installation</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr /></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2670752"></a>Installing in Linux</h2></div></div></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2670758"></a>Install Gnuplot</h3></div></div></div><p>
					Check to see if you already have Gnuplot, by typing '<span class="command"><strong>which gnuplot</strong></span>' in a shell window. If Gnuplot is installed, you need to make sure that it is version 4.0 or newer ('<span class="command"><strong>gnuplot --version</strong></span>').
				</p><p>
					If you need to install Gnuplot, rpms are available from <a class="ulink" href="http://rpmfind.net/linux/rpm2html/search.php?query=gnuplot&amp;submit=Search+...&amp;system=&amp;arch=i386" target="_top">rpmfind.net</a> and gzipped tar files from <a class="ulink" href="http://sourceforge.net/project/showfiles.php?group_id=2055&amp;release_id=129218" target="_top">SourceForge</a>. If you are using Debian Linux, Gnuplot will be downloaded and installed if you issue the following command as root: '<span class="command"><strong>apt-get install gnuplot</strong></span>'.
				</p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2670811"></a>Install Python</h3></div></div></div><p>
					Check to see if you already have Python, by typing '<span class="command"><strong>which python</strong></span>' in a shell window.
				</p><p>
					If you have Python, type '<span class="command"><strong>python</strong></span>'. The version number should be displayed. If this is less than 2.4, the scripts may not work with your currently installed Python version. (Press 'CTRL+D, ENTER' to exit.)
				</p><p>
					If you need to install Python, follow the appropriate instructions for your system at <a class="ulink" href="http://www.python.org" target="_top">www.python.org</a>. You should install the latest version of Python 2.5, or Python 2.6 (which also works fine with <span class="application">GaussSum</span>). If you are using Debian Linux, Python will be downloaded and installed if you issue the following command as root: '<span class="command"><strong>apt-get install python python-tk</strong></span>'.
				</p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2670869"></a>Install Numpy</h3></div></div></div><p>
					Numpy is an extension to Python that allows efficient matrix manipulation. You should try to find a binary package for your system rather than compiling it yourself (check your package management system). Source code is available from <a class="ulink" href="http://sourceforge.net/project/showfiles.php?group_id=1369&amp;package_id=175103" target="_top">here</a>. If you are using Debian Linux, Numpy will be downloaded and installed if you issue the following command as root: '<span class="command"><strong>apt-get install python-numpy python-numpy-ext</strong></span>'.
				</p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2670898"></a>Install the Python Imaging Library (PIL)</h3></div></div></div><p>The Python Imaging Library is a Python package that allows manipulation of images. <span class="application">GaussSum</span> requires PIL to handle PNG images. You can get PIL 1.1.7 from <a class="ulink" href="http://www.pythonware.com/products/pil/#pil117" target="_top">here</a> under "Python Imaging Library 1.1.7 Source Kit (all platforms)". This should be untarred into a folder in the usual way, using '<span class="command"><strong>tar zxvf Imaging-1.1.7.tar.gz</strong></span>'. Next, go into the folder created and (as root) install the package as follows: '<span class="command"><strong>python setup.py install</strong></span>'.</p><p>If you are using Debian Linux, the Python Imaging Library will be downloaded and installed if you issue the following command as root: '<span class="command"><strong>apt-get install python-imaging python-imaging-tk</strong></span>'.</p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2670948"></a>Download <span class="application">GaussSum</span></h3></div></div></div><p>
					Download a gzipped tar of <span class="application">GaussSum</span> <a class="ulink" href="http://prdownloads.sourceforge.net/gausssum/GaussSum-2.2.5.tar.gz?download" target="_top">here</a>. This should be untarred into a folder in the usual way, using '<span class="command"><strong>tar zxvf GaussSum-2.2.5.tar.gz</strong></span>'.
				</p><p>
					If you wish to be added to the mailing list for information on new versions and bug fixes, please send an email to gausssum-help@lists.sourceforge.net.
				</p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2670983"></a>Start <span class="application">GaussSum</span></h3></div></div></div><p>
					To run <span class="application">GaussSum</span>, change directory to the <span class="application">GaussSum</span> directory and type '<span class="command"><strong>python GaussSum.py</strong></span>'. You can also pass a filename as an argument: for example, '<span class="command"><strong>python GaussSum.py myoutputfile.out</strong></span>'.
				</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Installing the <span class="application">GaussSum</span> scripts in Windows </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. How do I find all lines with a certain phrase?</td></tr></table></div></body></html>