X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=README;h=5de6cee5c1d40e1b56f9f9538af680b3f7f9af1d;hb=49350c09f112a613dc33e9a5e116a1a3c0f06997;hp=09f6e00db4a64175e0f62256a993587f3607338d;hpb=63fe09e1131ae8f451b4a5af9dbae05cb07d529e;p=debian%2Fsplat diff --git a/README b/README index 09f6e00..5de6cee 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ Any recent version included with your Linux distribution should work fine. Note, however, that zlib version 1.1.3 contains a security vulnerability that has been fixed in version 1.1.4. The latest version of zlib may be found at: http://www.gzip.org/zlib/ -If you should decide to build zlib, don't forget to invoke: +If you should decide to build zlib, it is important to invoke: ./configure -s @@ -26,7 +26,7 @@ at: http://www.gnuplot.info/ if you don't already have it. You will also need an application for viewing large PPM graphics files generated by SPLAT!. XV, ImageMagick, XPaint, and The GIMP -all perform this task well, especially The GIMP. +all perform this task well (especially The GIMP). It goes without saying that a C++ compiler (gcc/g++) and math libraries are also needed to build SPLAT! SPLAT! is fully compatible with the @@ -39,13 +39,13 @@ Unpack the tar.gz file in a source code directory (such as /usr/src under Slackware) as 'root': cd /usr/src - tar xvfz splat-1.1.1.tar.gz + tar xvfz splat-1.2.1.tar.gz -This action will generate a subdirectory named splat-1.1.1. +This action will generate a subdirectory named splat-1.2.1. Next, cd into the directory: - cd splat-1.1.1 + cd splat-1.2.1 Invoke the configure script to build SPLAT! and related utilities: @@ -61,7 +61,9 @@ will be prompted to su to 'root' and invoke the install script manually: exit Before running SPLAT!, carefully read the documentation located under -the splat-1.1.1/docs directory for information on the use of the program. +the splat-1.2.1/docs directory for information on the use of the program. +Some sample data files are located under the splat-1.2.1/sample_data +directory. REMEMBER: Topography data must be downloaded and SPLAT Data Files must be generated using the included srtm2sdf, postdownload, or usgs2sdf @@ -91,7 +93,7 @@ $HOME/.splat_path file so SPLAT! can easily find them. Please read the README file under the utils directory for information on the utilities included with SPLAT!. -Please read the documentation under the splat-1.1.1/docs directory, +Please read the documentation under the splat-1.2.1/docs directory, or consult the program's man page for more information and examples of SPLAT! use. @@ -102,5 +104,4 @@ can be found on the SPLAT! Web Site: -- John A. Magliacane, KD2BD -March 15, 2006 - +September, 2007