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-config.rst 1.7 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
  1. .. index:: ! gmt-config
  2. **********
  3. gmt-config
  4. **********
  5. .. only:: not man
  6. Get information about the gmt installation
  7. Synopsis
  8. --------
  9. **gmt-config** [ *options* ]
  10. Description
  11. -----------
  12. **gmt-config** is used by developers who need to know technical information
  13. about the current GMT installation, such as what include files to supply,
  14. the path to the library, or if it was built with GDAL support, and more.
  15. Required Arguments
  16. ------------------
  17. None.
  18. Optional Arguments
  19. ------------------
  20. **--help**
  21. Display this help message and exit.
  22. **--all**
  23. Display all options.
  24. **--bits**
  25. Whether library is build 32-bit or 64-bit.
  26. **--cc**
  27. The C compiler used.
  28. **--cflags**
  29. The pre-processor and compiler flags used.
  30. **--datadir**
  31. GMT's data directories.
  32. **--dataserver**
  33. The URL of the remote GMT data server.
  34. **--dcw**
  35. The location of the DCW database.
  36. **--dep-libs**
  37. The dependent libraries.
  38. **--gshhg**
  39. The location of the GSHHG database.
  40. **--has-fftw**
  41. Whether FFTW is used in build.
  42. **--has-gdal**
  43. Whether GDAL is used in build.
  44. **--has-pcre**
  45. Whether PCRE is used in build.
  46. **--has-lapack**
  47. Whether LAPACK is used in build.
  48. **--has-openmp**
  49. Whether GMT was built with OpenMP support.
  50. **--includedir**
  51. The include directory.
  52. **--libdir**
  53. The library directory.
  54. **--libs**
  55. The library linking information.
  56. **--plugindir**
  57. GMT's plugin directory.
  58. **--prefix**
  59. The install prefix.
  60. **--version**
  61. The library version
  62. Examples
  63. --------
  64. To determine the compiler flags that is required for an external to to find the GMT function prototypes, try::
  65. gmt-config --cflags
  66. See Also
  67. --------
  68. :doc:`gmt`
Tip!

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

Comments

Loading...