INSTALL
________________________________________________________________________________

GSEGrafix is a GNOME scientific and engineering plotting program.

Copyright © 2008, 2009, 2010, 2011 Spencer A. Buckner
http://savannah.gnu.org/projects/gsegrafix
________________________________________________________________________________

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
________________________________________________________________________________

Install GSEGrafix

1. Copy gsegrafix-1.0.6.tar.gz to an appropriate directory.
2. Open a terminal window and cd to the directory containing
   gsegrafix-1.0.6.tar.gz.
3. Use the command, tar xvzf gsegrafix-1.0.6.tar.gz, to extract the files in
   gsegrafix-1.0.6.tar.gz to a directory called gsegrafix-1.0.6 directly beneath
   the current one.
4. Use cd to get to the gsegrafix-1.0.6 directory.
5. To configure, compile, and install the gsegrafix program run the following
   commands:

      $ ./configure --prefix=dir
           (dir is the desired installation prefix; the default is /usr/local;
            applications installed by GNU/Linux distributions usually use /usr;
            $HOME/usr can be used to keep the installation in the user's home
            directory)
      $ make -s
           (the -s option suppresses printing of the commands being run, but not
            warnings or errors)
      $ su
      $ Password:
           (if not installing the program in the home directory)
      $ make install
           (installs the gsegrafix program files)

6. To remove the program files that were installed run the following command:

      $ su
      $ Password:
           (if the program is not installed in the home directory)
      $ make uninstall
           (any directories that were created during the installation process
            will remain)
________________________________________________________________________________

Program files

The program files will be stored at the following locations for
prefix=/usr/local:

   /usr/local/bin/gsegrafix
   /usr/local/bin/gsegraf
   /usr/local/share/doc/gsegrafix-1.0.6/AUTHORS
   /usr/local/share/doc/gsegrafix-1.0.6/ChangeLog
   /usr/local/share/doc/gsegrafix-1.0.6/COPYING
   /usr/local/share/doc/gsegrafix-1.0.6/COPYING-DOCS
   /usr/local/share/doc/gsegrafix-1.0.6/INSTALL
   /usr/local/share/doc/gsegrafix-1.0.6/NEWS
   /usr/local/share/doc/gsegrafix-1.0.6/README
   /usr/local/share/gnome/help/gsegrafix/C/COPYING
   /usr/local/share/gnome/help/gsegrafix/C/COPYING-DOCS
   /usr/local/share/gnome/help/gsegrafix/C/gsegrafix.css
   /usr/local/share/gnome/help/gsegrafix/C/gsegrafix.xhtml
   /usr/local/share/gnome/help/gsegrafix/C/gsegrafix.xml
   /usr/local/share/gnome/help/gsegrafix/C/help_files/data_save.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/data_C_save.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/gsegraf_plot.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/gsegraf_C_plot.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/sinc.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/sinc_param.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/sinc3d.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/sinc3d_param.txt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/keyword_summary.odt
   /usr/local/share/gnome/help/gsegrafix/C/help_files/keyword_summary.pdf
   /usr/local/share/gnome/help/gsegrafix/C/figures/dipole.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/gauss.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/gsegrafix.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/gsegrafix-logo.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/loghelix.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/loglog.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/logzcolor2d.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/logzcontour2d.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/logzcontour3d.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/mandelbrot.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/orbit.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/sinc.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/sinc3d.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/symbols.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/window.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/color_characters.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/colors1.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/colors2.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/colors3.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/greek_letters.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/math_symbols.png
   /usr/local/share/gnome/help/gsegrafix/C/figures/README
   /usr/local/share/pixmaps/gsegrafix-logo.png
   /usr/local/share/applications/gsegrafix.desktop
________________________________________________________________________________

