diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-23 10:49:13 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-01-23 10:49:13 +0100 |
| commit | ef20438a3af9a507806eefdeae69ce0914847c70 (patch) | |
| tree | 42ef4584b9fbedd50fa18357fe5761eb9a2df467 /docs | |
| parent | db31b6dfa9c8fe37d5706d95ce81012b8db3c3b9 (diff) | |
| download | PROJ-ef20438a3af9a507806eefdeae69ce0914847c70.tar.gz PROJ-ef20438a3af9a507806eefdeae69ce0914847c70.zip | |
docs: add note about autogen.sh to install guide
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/install.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst index 4e09a4b3..9362521b 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -169,6 +169,12 @@ If another path prefix is required, then execute:: In either case, the directory of the prefix path must exist and be writable by the installer. +If you are building from the git repository you have to first run:: + + ./autogen.sh + +which will generate a configure script that can be used as described above. + Before proceeding with the installation we need to add the datum grids. Unzip the contents of the *proj-datumgrid* package into ``data/``:: |
