<div dir="ltr">Hi all,<div><br></div><div>What is the best way to install an "unofficial" GRASS addon i.e. one not-hosted at the official SVN repository? </div><div><br></div><div>I just checked "<a href="https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_7_0/scripts/g.extension/g.extension.py">g.extension</a><span id="goog_1574541694"></span><span id="goog_1574541695"></span><a href="/"></a> -d" and AFAIK what you essentially need to do in order to install a "single" extension (i.e. not a toolbox) is to checkout the repository and issue make & make install with the correct arguments. I.e something like this:</div><div><br></div><div><div>make \</div><div>    MODULE_TOPDIR=/usr/lib/grass70 \</div><div>    RUN_GISRC=/tmp/tmpXuk4Se \</div><div>    BIN=/checkout_dir/bin \</div><div>    HTMLDIR=/checkout_dir/docs/html \</div><div>    RESTDIR=/checkout_dir/docs/rest \</div><div>    MANBASEDIR=/checkout_dir/docs/man \</div><div>    SCRIPTDIR=/checkout_dir/script \</div><div>    STRINGDIR=/checkout_dir \</div><div>    ETC=/checkout_dir/etc</div><div><br></div><div>make \</div><div>    MODULE_TOPDIR=/usr/lib/grass70 \</div><div>    ARCH_DISTDIR=/checkout_dir \</div><div>    INST_DIR=/home/grassuser/.grass7/addons \</div><div>    install</div></div><div><br></div><div>Is this correct? Are there any caveats that I need to know about?</div><div><br></div><div>with kind regards,</div><div>Panos</div><div><br></div><div>PS, best wishes and a happy new year to everybody :)</div><div><br></div></div>