Skip to content

Commit

Permalink
r.horizon manual - fix typo (OSGeo#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
a0x8o committed Jun 17, 2024
1 parent 6308332 commit 8a70512
Show file tree
Hide file tree
Showing 443 changed files with 11,554 additions and 6 deletions.
24 changes: 24 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ which have to be installed before installing/compiling GRASS:
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
For links to the software, see [REQUIREMENTS.md](REQUIREMENTS.md) in this
directory.
=======
Expand All @@ -54,6 +55,14 @@ directory:
For links to the software, see [REQUIREMENTS.md](REQUIREMENTS.md) in this
directory.
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
For links to the software, see ./REQUIREMENTS.html in this
directory:
=======
For links to the software, see [REQUIREMENTS.md](REQUIREMENTS.md) in this
directory.
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
Installation order:

Expand Down Expand Up @@ -107,6 +116,7 @@ explains the options used to disable the compilation of non-mandatory
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencies.
=======
GRASS modules. See REQUIREMENTS.html for details on dependencies.
Expand All @@ -117,6 +127,12 @@ GRASS modules. See REQUIREMENTS.html for details on dependencies.
=======
GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencies.
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
GRASS modules. See REQUIREMENTS.html for details on dependencies.
=======
GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencies.
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
Detailed Wiki notes for various operating systems (MS-Windows, GNU/Linux
distributions, FreeBSD, AIX, etc) are available at:
<https://grasswiki.osgeo.org/wiki/Compile_and_Install>
Expand Down Expand Up @@ -340,6 +356,7 @@ CFLAGS="-mcpu=pentium4" # Intel Pentium4 processor
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
CFLAGS="-O2 -msse -msse2 -mfpmath=sse \
-minline-all-stringops" # Intel XEON 64bit processor
=======
Expand All @@ -352,6 +369,13 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse -minline-all-stringops" # Intel XEON 64bit
CFLAGS="-O2 -msse -msse2 -mfpmath=sse \
-minline-all-stringops" # Intel XEON 64bit processor
>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
=======
CFLAGS="-O2 -msse -msse2 -mfpmath=sse -minline-all-stringops" # Intel XEON 64bit processor
=======
CFLAGS="-O2 -msse -msse2 -mfpmath=sse \
-minline-all-stringops" # Intel XEON 64bit processor
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
CFLAGS="-mtune=nocona -m64 -minline-all-stringops" # Intel Pentium 64bit processor
```
Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ SUBDIRS = $(DIRS)
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv
=======
FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html contributors.csv contributors_extra.csv translators.csv
Expand All @@ -80,6 +81,12 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html cont
=======
FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html contributors.csv contributors_extra.csv translators.csv
=======
FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
FILES_DST = $(patsubst %,$(ARCH_DISTDIR)/%,$(FILES))

default:
Expand Down
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,18 @@ visualization.
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
Launch this repository in Binder and experiment with GRASS's Python API in
Jupyter Notebooks by clicking the button below:
=======
Launch this repository in Binder and experiment with GRASS's Python API in Jupyter Notebooks by clicking the button below:
=======
Launch this repository in Binder and experiment with GRASS's Python API in
Jupyter Notebooks by clicking the button below:
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OSGeo/grass/main?labpath=doc%2Fnotebooks%2Fjupyter_example.ipynb)

Expand Down Expand Up @@ -93,6 +101,7 @@ Want to become a core developer? See
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are
detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install)
in the Wiki.
Expand All @@ -103,10 +112,17 @@ Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are det
Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install) in the Wiki.
>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
=======
Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install) in the Wiki.
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
=======
Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are
detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install)
in the Wiki.
<<<<<<< HEAD
>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
=======
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
## Docker

Expand All @@ -117,10 +133,17 @@ containing the source code):
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
A. Docker image **without graphical user interface - wxGUI**.

=======
=======
A. Docker image **without graphical user interface - wxGUI**.

>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
```bash
docker build -t grassgis .
=======
Expand Down
22 changes: 22 additions & 0 deletions REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,26 @@ Note: also the respective development packages (commonly named `xxx-dev` or
- **libpng** (for `r.out.png` and the PNG driver), usually already installed.
[http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html)
<<<<<<< HEAD
<<<<<<< HEAD
- **LIBSVM** (for SVM classification modules `i.svm.train` and `i.svm.predict`)
[https://www.csie.ntu.edu.tw/~cjlin/libsvm/](https://www.csie.ntu.edu.tw/~cjlin/libsvm/)
=======
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
- **libtiff** (for `r.out.tiff`), usually already installed.
[https://gitlab.com/libtiff/libtiff](https://gitlab.com/libtiff/libtiff)
- **readline** for extra command prompt functionality
[https://tiswww.case.edu/~chet/readline/rltop.html](https://tiswww.case.edu/~chet/readline/rltop.html)
[ftp://ftp.gnu.org/gnu/readline](ftp://ftp.gnu.org/gnu/readline)
<<<<<<< HEAD
<<<<<<< HEAD
- **PDAL** ( for LAS import modules `r.in.pdal` and `v.in.pdal`)
[https://pdal.io](https://pdal.io)
=======
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
- **PostgreSQL libraries** (for the PostgreSQL database interface and PostGIS support)
[https://www.postgresql.org](https://www.postgresql.org)
- **MariaDB/MySQL libraries** (for the MySQL database interface)
Expand All @@ -93,12 +99,18 @@ Note: also the respective development packages (commonly named `xxx-dev` or
- **FreeType2** (for TrueType font support and `d.text.freetype`)
[https://freetype.org/](https://freetype.org/)
<<<<<<< HEAD
<<<<<<< HEAD
=======
=======
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
- **Ctypes** (for ctypes interface)
Ctypes can be added as a third-party module in Python 2.3 and
2.4 - [https://pypi.org/project/ctypes/1.0.2/](https://pypi.org/project/ctypes/1.0.2/)
[https://docs.python.org/library/ctypes.html](https://docs.python.org/library/ctypes.html)
<<<<<<< HEAD
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
- **wxPython >= 2.8.10.1** (for wxGUI)
[https://www.wxpython.org](https://www.wxpython.org)
- **NumPy >= 1.0.4** (for various wxGUI components and pyGRASS)
Expand All @@ -121,12 +133,18 @@ Note: also the respective development packages (commonly named `xxx-dev` or
- **python-termcolor** (recommended for `g.search.modules`)
[https://pypi.org/project/termcolor/](https://pypi.org/project/termcolor/)
<<<<<<< HEAD
<<<<<<< HEAD
=======
=======
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
- **six** (`python-six`, needed for Python API and for cross-version Python
compatibility)
[https://pypi.python.org/pypi/six](https://pypi.python.org/pypi/six)
[https://github.com/benjaminp/six](https://github.com/benjaminp/six)
<<<<<<< HEAD
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
- **FFMPEG or alternative** (for wxGUI Animation tool - `g.gui.module`),
specifically ffmpeg tool
[https://ffmpeg.org](https://ffmpeg.org)
Expand Down Expand Up @@ -155,11 +173,15 @@ MacOSX users may go here to download precompiled libraries etc.:

---

<<<<<<< HEAD
<<<<<<< HEAD
© _GRASS Development Team 1997-2024_
=======
© _GRASS Development Team 1997-2023_
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
© _GRASS Development Team 1997-2023_
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
Please report bugs here:
[https://grass.osgeo.org/contribute/](https://grass.osgeo.org/contribute/)
17 changes: 17 additions & 0 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
#include <stdio.h>
=======
=======
Expand All @@ -227,6 +228,12 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
=======
#include <stdio.h>
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
#include <stdio.h>
=======
#include <stdio.h>
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
#include <$1>
int main(void) {
FILE *fp = fopen("conftestdata","w");
Expand Down Expand Up @@ -612,6 +619,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LD_SEARCH_FLAGS='-Wl,-rpath-link,${LIB_RUNTIME_DIR} -Wl,-rpath,${INST_DIR}/lib'
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
# TODO: add optional pthread support with any combination of:
# CFLAGS="$CFLAGS -pthread"
Expand All @@ -625,6 +633,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
=======
# TODO: add optional pthread support with any combination of:
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
# TODO: add optional pthread support with any combination of:
=======
# TODO: add optional pthread support with any combination of:
>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
# CFLAGS="$CFLAGS -pthread"
# LDFLAGS="$LDFLAGS -lpthread"
# AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)])
Expand Down Expand Up @@ -809,6 +823,7 @@ AC_DEFUN([LOC_OPENMP],
dnl -------------------- / OpenMP ---------------------------------------------


<<<<<<< HEAD
<<<<<<< HEAD
dnl -------------------- OpenMP -----------------------------------------------
dnl OpenMP code borrowed and modified from Autoconf 2.71 (AC_OPENMP)
Expand Down Expand Up @@ -950,6 +965,8 @@ dnl -------------------- / OpenMP ---------------------------------------------

=======
>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
=======
>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
dnl XXXX Begin Stolen from cdrtools-2.01
dnl XXXX by Joerg Schilling <schilling fokus fraunhofer de> et al. XXXXXXXXX

Expand Down
Loading

0 comments on commit 8a70512

Please sign in to comment.