diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 10:35:07 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 10:35:07 +0100 |
| commit | ac8452eea01b26e0fc263c1cf51cc7137dfda23c (patch) | |
| tree | b2584d39a8943a1c593adf09b0380726aa526f0f /README.md | |
| parent | 496c420c9bf2fe9037f9f065d89263b59fa8c7f2 (diff) | |
| download | PROJ-ac8452eea01b26e0fc263c1cf51cc7137dfda23c.tar.gz PROJ-ac8452eea01b26e0fc263c1cf51cc7137dfda23c.zip | |
Add section about autogen.sh to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -59,13 +59,14 @@ If this default path prefix is proper, then execute: ./configure +See the note below if you are building PROJ directly from the git repository. + If another path prefix is required, then execute: ./configure --prefix=/my/path In either case, the directory of the prefix path must exist and be writable by the installer. - After executing configure, execute: make @@ -80,6 +81,14 @@ Tests are run with The test suite requires that the proj-datumgrid package is installed in `PROJ_LIB`. +#### Building from the git repository + +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. + ### Building on Windows with NMAKE PROJ can be built with Microsoft Visual C/C++ using the `makefile.vc` |
