@@ -234,7 +234,7 @@ Ubuntu/Debian
234
234
235
235
**NOTE: ** The Ubuntu/Debian official repositories may provide old GMT
236
236
versions. If you want the latest GMT 6.x release, your best bet then is
237
- to `build the latest release from source <BUILDING.md >`__.
237
+ to `build the latest release from source <https://github.com/GenericMappingTools/gmt/blob/master/ BUILDING.md >`__.
238
238
239
239
Install GMT via:
240
240
@@ -270,7 +270,7 @@ Gentoo
270
270
~~~~~~
271
271
272
272
**NOTE: ** This may provide old GMT versions. Consider `building from
273
- source <BUILDING.md> `__.
273
+ source <https://github.com/GenericMappingTools/gmt/blob/master/ BUILDING.md> `__.
274
274
275
275
Install GMT via:
276
276
@@ -339,7 +339,7 @@ GMT may be installed on FreeBSD using Ports or from source.
339
339
340
340
**NOTE: ** The Ports Collection may provide old GMT versions. If you want
341
341
the latest GMT release, consider `building the latest release from
342
- source <BUILDING.md> `__.
342
+ source <https://github.com/GenericMappingTools/gmt/blob/master/ BUILDING.md> `__.
343
343
344
344
Install via Ports
345
345
~~~~~~~~~~~~~~~~~
@@ -349,31 +349,22 @@ application software that has been ported to FreeBSD.
349
349
350
350
**Precompiled **
351
351
352
- Install precompiled gmt binaries with
353
-
354
- ::
352
+ Install precompiled gmt binaries with::
355
353
356
354
pkg install gmt
357
355
358
356
**Compile from Ports **
359
357
360
- If not done already, set up the **Ports Collection ** See
361
- https://docs.freebsd.org/en/books/handbook/ports/#ports-using:
362
-
363
- ::
358
+ If not done already, set up the `Ports Collection <https://docs.freebsd.org/en/books/handbook/ports/#ports-using >`__::
364
359
365
360
portsnap fetch
366
361
portsnap extract
367
362
368
- If already set up, make sure you’re up-to-date:
369
-
370
- ::
363
+ If already set up, make sure you’re up-to-date::
371
364
372
365
portsnap fetch update
373
366
374
- Then change into directory ``/usr/ports/graphics/gmt `` and build:
375
-
376
- ::
367
+ Then change into directory ``/usr/ports/graphics/gmt `` and build::
377
368
378
369
make install clean
379
370
0 commit comments