On Sun, Jan 3, 2016 at 11:46 PM, Markus Neteler <[email protected]> wrote: > Does it need to stay in a remote directory? Or can you have the addon source > code locally? The latter is easy to compile and install without any changes > needed.
If you have a local copy of the source code: cd /path/to/source_of_addon/ make MODULE_TOPDIR=/path/to/compiled_code_of/grass70/ This will compile it. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
