Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ check:
installcheck:
$(MAKE) -C pgsql $@

astyle:
find . \
-name "*.c" \
-type f \
-or \
-name "*.h" \
-type f \
-exec astyle --style=ansi --indent=tab --suffix=none {} ';'

maintainer-clean: clean
rm -f config.log config.mk config.status lib/pc_config.h configure
rm -rf autom4te.cache build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Release][release-image]][releases] [![Dockerhub][dockerhub-image]][dockerhub]

![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black) ![FreeBSD](https://img.shields.io/badge/FreeBSD-AB2B28?logo=freebsd&logoColor=fff) ![macOS](https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=F0F0F0) ![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11&logoColor=white)

[release-image]: https://img.shields.io/badge/release-1.2.5-green.svg?style=plastic
[releases]: https://github.com/pgpointcloud/pointcloud/releases

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Concepts

concepts/index

Download
Install
--------------------------------------------------------------------------------

.. toctree::
:maxdepth: 2

download
install

Getting Started
--------------------------------------------------------------------------------
Expand Down
107 changes: 58 additions & 49 deletions doc/download.rst → doc/install.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _download:
.. _install:

******************************************************************************
Download
Install
******************************************************************************


Expand All @@ -10,16 +10,68 @@ Download
:backlinks: none


Current Release(s)
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
------------------------------------------------------------------------------
**Past Releases**

* **26-09-2022** `pointcloud-1.2.4.tar.gz`_
* **12-09-2022** `pointcloud-1.2.3.tar.gz`_
Expand All @@ -45,7 +97,7 @@ Past Releases

.. _source:

Development Source
Sources
------------------------------------------------------------------------------

The source code repository for pgPointcloud is on `GitHub`_. You can retrieve
Expand All @@ -56,46 +108,3 @@ the development version with ``git``:
$ git clone https://github.com/pgpointcloud/pointcloud/

.. _`github`: https://github.com/pgpointcloud/pointcloud/


Docker Hub
-----------------------------------------------------------------------------

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


Binaries
------------------------------------------------------------------------------

**Windows**

pgPointcloud is directly included in the `PostGIS`_ bundle.

.. _`PostGIS`: https://postgis.net/windows_downloads/


**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