diff options
| author | Brendan Jurd <direvus@gmail.com> | 2021-08-12 08:53:02 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 10:53:02 +1200 |
| commit | 7063808658c11296eb9e49ffe3ba157b60043026 (patch) | |
| tree | ce8ba24de0391806601e42ca081b12067cdffcfd /docs | |
| parent | 0344dbf85055446b94b327372531ba8a9865009f (diff) | |
| download | PROJ-7063808658c11296eb9e49ffe3ba157b60043026.tar.gz PROJ-7063808658c11296eb9e49ffe3ba157b60043026.zip | |
Fix order of instructions for installing from source. (#2797)
The note about running autogen.sh was previously placed below the
instructions to run configure.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/install.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst index 21487e7a..325e47b1 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -155,6 +155,12 @@ FSF's configuration procedure is used to ease installation of the PROJ system. Follow the CMake installation guide if you are not using a UNIX-like operating system. +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 in the next step. + The default destination path prefix for installed files is ``/usr/local``. Results from the installation script will be placed into subdirectories ``bin``, ``include``, ``lib``, and ``man/man1``. If this default path prefix @@ -169,12 +175,6 @@ 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. - With the data files in place we can now build and install PROJ:: make |
