forked from pgpointcloud/pointcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rst
More file actions
117 lines (74 loc) · 3.83 KB
/
install.rst
File metadata and controls
117 lines (74 loc) · 3.83 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
.. _install:
******************************************************************************
Install
******************************************************************************
.. contents::
:depth: 3
:backlinks: none
------------------------------------------------------------------------------
Docker image
-----------------------------------------------------------------------------
An official Docker image is available on `Docker Hub`_. To retrieve the
development version:
.. code-block:: console
$ docker pull pgpointcloud/pointcloud
.. _`Docker Hub`: https://hub.docker.com/r/pgpointcloud/pointcloud
------------------------------------------------------------------------------
GNU/Linux
------------------------------------------------------------------------------
**Debian**
Debian packages are now `available`_ on:
- Ubuntu 22.04
- Debian Testing
- Debian Unstable
- Raspbian Testing
.. _`available`: https://tracker.debian.org/pkg/pgpointcloud
**AUR**
pgPointcloud is available on Arch Linux through the `user repository`_.
.. _`user repository`: https://aur.archlinux.org/packages/pgpointcloud
------------------------------------------------------------------------------
Windows
------------------------------------------------------------------------------
pgPointcloud is directly included in the `PostGIS`_ bundle.
.. _`PostGIS`: https://postgis.net/windows_downloads/
------------------------------------------------------------------------------
MacOS
------------------------------------------------------------------------------
pgpointcloud is available on macOS via `MacPorts`_.
.. _`MacPorts`: https://ports.macports.org/port/pgpointcloud/
------------------------------------------------------------------------------
Releases tarballs
------------------------------------------------------------------------------
**Current Release**
* **19-09-2023** `pointcloud-1.2.5.tar.gz`_ (`Release Notes`_)
.. _`Release Notes`: https://github.com/pgpointcloud/pointcloud/blob/v1.2.5/NEWS
**Past Releases**
* **26-09-2022** `pointcloud-1.2.4.tar.gz`_
* **12-09-2022** `pointcloud-1.2.3.tar.gz`_
* **10-05-2022** `pointcloud-1.2.2.tar.gz`_
* **01-07-2020** `pointcloud-1.2.1.tar.gz`_
* **22-08-2018** `pointcloud-1.2.0.tar.gz`_
* **18-06-2018** `pointcloud-1.1.1.tar.gz`_
* **30-04-2018** `pointcloud-1.1.0.tar.gz`_
* **30-04-2018** `pointcloud-1.0.1.tar.gz`_
* **23-10-2013** `pointcloud-0.1.0.tar.gz`_
.. _`pointcloud-1.2.5.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.5.tar.gz
.. _`pointcloud-1.2.4.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.4.tar.gz
.. _`pointcloud-1.2.3.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.3.tar.gz
.. _`pointcloud-1.2.2.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.2.tar.gz
.. _`pointcloud-1.2.1.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.1.tar.gz
.. _`pointcloud-1.2.0.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.0.tar.gz
.. _`pointcloud-1.1.1.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.1.1.tar.gz
.. _`pointcloud-1.1.0.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.1.0.tar.gz
.. _`pointcloud-1.0.1.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.0.1.tar.gz
.. _`pointcloud-0.1.0.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v0.1.0.tar.gz
.. _source:
------------------------------------------------------------------------------
Sources
------------------------------------------------------------------------------
The source code repository for pgPointcloud is on `GitHub`_. You can retrieve
the development version with ``git``. See :ref:`build_sources` for
instructions.
.. code-block:: console
$ git clone https://github.com/pgpointcloud/pointcloud/
.. _`github`: https://github.com/pgpointcloud/pointcloud/