Closed andrew-MET closed 4 years ago
This PR allows the user to specify the location of the proj library if it is installed in a non standard location via configure.args.
e.g.
remotes::install_github("adeckmyn/meteogrid", configure.args = "--with-proj-lib=/path/to/proj/lib --with-proj-include=/path/to/proj/include")
This PR allows the user to specify the location of the proj library if it is installed in a non standard location via configure.args.
e.g.