Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

GMT_Appendix_D.tex 3.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
  1. %------------------------------------------
  2. % $Id$
  3. %
  4. % The GMT Documentation Project
  5. % Copyright (c) 2000-2012.
  6. % P. Wessel, W. H. F. Smith, R. Scharroo, and J. Luis
  7. %------------------------------------------
  8. %
  9. \chapter{Availability of \gmt\ and related code}
  10. \label{app:D}
  11. \index{GMT@\GMT!obtaining}
  12. \thispagestyle{headings}
  13. \section{Source distribution}
  14. All the source code, support data, PDF
  15. and HTML versions of all documentation (including \UNIX\
  16. manual pages) can be obtained by anonymous
  17. ftp from several mirror sites. We also maintain a \GMT\
  18. page on the World Wide Web (http://\GMTSITE);
  19. see this page for installation directions
  20. which allow for a simplified, automatic install procedure
  21. (for the purchase of CD-R and DVD-R media, see \htmladdnormallink{http://www.geoware-online.com}{http://www.geoware-online.com}.)
  22. The \GMT\ compressed tar archives requires \progname{bzip2} to expand. If this utility
  23. is not installed on your system, you must obtained it by your system's package manager
  24. or install it separately\footnote{http://www.bzip.org}.
  25. The GMT archives are as follows:
  26. \begin{description}
  27. \item[gmt-\GMTDOCVERSION.tar.bz2] Contains all \GMT\ and supplemental source code needed for compilation, support files
  28. needed at run-time (cpt files, symbols and \PS\ patterns), and all documentation
  29. (man pages, Cookbook and Technical Reference, and the tutorial), the data files
  30. used in the tutorial, and all the shell scripts and support data used in the Cookbook section.
  31. \item[gshhs-\GSHHSVERSION.tar.bz2] Contains all resolutions (full, high, intermediate,
  32. low, and crude) of the GSHHS coastline database. Required to run \GMT.
  33. \end{description}
  34. \index{netCDF, obtaining}
  35. The netCDF library that makes up the backbone of the grid file
  36. i/o operations can be obtained from Unidata by downloading he file
  37. \filename{netcdf.tar.Z} from the anonymous FTP directory of
  38. \underline{unidata.ucar.edu}.
  39. \index{GMT@\GMT!subversion install}
  40. \section{Install via subversion}
  41. The \GMT\ development tree can be installed via subversion. Simply run
  42. \begin{verbatim}
  43. svn checkout svn://gmtserver.soest.hawaii.edu/gmt5
  44. \end{verbatim}
  45. \index{GMT@\GMT!binaries for Win32}
  46. \section{Pre-compiled Executables}
  47. For Windows users who just want executables we have three Windows installers available. Choose one
  48. of the first two and \emph{optionally} the third:
  49. \begin{description}
  50. \item[gmt-\GMTDOCVERSION\_install32.exe] The 32-bit install with all \GMT\ executables (including supplements),
  51. the netCDF DLL, the complete set of GSHHS coastlines, rivers, and borders, the example batch scripts and data, and all documentation in HTML format.
  52. \item[gmt-\GMTDOCVERSION\_install64.exe] The 64-bit install with all \GMT\ executables (including supplements),
  53. the netCDF DLL, the complete set of GSHHS coastlines, rivers, and borders, the example batch scripts and data, and all documentation in HTML format.
  54. \item[gmt-\GMTDOCVERSION\_pdf\_install.exe] Installer for the optional \GMT\ documentation in PDF format.
  55. \end{description}
  56. Usually, only one of the 32- or 64-bit installers will be needed.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...