I am looking into how to share add-ons with Window users other than through the central GRASS GIS repository. First step is to create precompiled add-ons for Window users. Are there instructions for dummies? Otherwise, for Python scripts this could be done manually I guess, getting a folder structure with the right files (python script, bat, html, man) in the right place?
And if I have a precompiled add-on, what would be the best way to share it with users? Would it be hard to implement an option in g.extension to install from a local zip file or from another url in Windos? Only difference is the location of the zip file? Or is there another way?
It is possible. I am a Linux user but I had to dig in g.extension because one my summer student who use Windows want to install extensions but the operation failed. Even the last version also failed.
When I found the path of the WEB site with the windows' extension, I modified g,extension to point to repository. What does g.extension is to copy the files with its structure in the extension directory and update the "modules.xml" file. The functions are already there.
Le 19-07-18 à 04 h 25, Paulo van Breugel a écrit :
Hi devs,
I am looking into how to share add-ons with Window users other than through the central GRASS GIS repository. First step is to create precompiled add-ons for Window users. Are there instructions for dummies? Otherwise, for Python scripts this could be done manually I guess, getting a folder structure with the right files (python script, bat, html, man) in the right place?
And if I have a precompiled add-on, what would be the best way to share it with users? Would it be hard to implement an option in g.extension to install from a local zip file or from another url in Windos? Only difference is the location of the zip file? Or is there another way?
Best wishes,
Paulo
--
P.S. Veuillez noter mon nouveau No de poste téléphonique
-----------
Robert Lagacé, ing., agr., prof.titulaire
Département de SGA
2425 de l'agriculture
Université Laval
Québec, Québec, G1V 0A6
courriel : robert.lagace@fsaa.ulaval.ca<mailto:robert.lagace@fsaa.ulaval.ca>
tél: (418)-656-2131 poste 402276
fax : (418)-656-3723
I am looking into how to share add-ons with Window users other than
through the central GRASS GIS repository. First step is to create
precompiled add-ons for Window users. Are there instructions for
dummies? Otherwise, for Python scripts this could be done manually I
guess, getting a folder structure with the right files (python script,
bat, html, man) in the right place?
And if I have a precompiled add-on, what would be the best way to share
it with users? Would it be hard to implement an option in g.extension to
install from a local zip file or from another url in Windos? Only
difference is the location of the zip file? Or is there another way?