<div dir="ltr">Hi<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 22, 2013 at 7:52 PM, Tom Moore <span dir="ltr"><<a href="mailto:moortom@gmail.com" target="_blank">moortom@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi Martin<br><br></div><div>How does one go about distributing an architecture dependent plugin?  I am expecting to be developing mine for the windows 64-bit environment.  I wont have the facilities to prepare packages for other environments, but of course others can take the source code and do what they want.<br>



<br></div></div></blockquote><div><br></div><div>The most common way of doing this is to get it into the core distribution of QGIS but that requires:</div><div><br></div><div>* the plugin to have a general usefulness to a wide range of users</div>

<div>* and undertaking that the author will continue to maintain it.</div><div><br></div><div>If that is not an option, rolling your own QGIS package with a build of your plugin is another common way of doing it. See [1] for notes on how to do that.</div>

<div><br></div><div>The last option would be to prepare a dll / so for each platform you wish to support and create an installer to copy it into the QGIS plugins directory.</div><div><br></div><div>Regards</div><div><br>
</div>
<div>Tim</div><div><br></div><div>[1] <a href="http://linfiniti.com/2011/05/building-custom-qgis-installers-for-windows/">http://linfiniti.com/2011/05/building-custom-qgis-installers-for-windows/</a></div><div><br></div>
<div>
 </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div></div><div>Can I set up a package that windows 64 users can download and click to install?  Will I need to set up my own repository for this purpose?<br>

 <br></div>Thx,<br><br>Tom<br></div><div class="gmail_extra"><br>

<br><div class="gmail_quote"><div class="im">On Fri, Nov 22, 2013 at 2:33 AM, Martin Dobias <span dir="ltr"><<a href="mailto:wonder.sk@gmail.com" target="_blank">wonder.sk@gmail.com</a>></span> wrote:<br></div><div class="im">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div>On Thu, Nov 21, 2013 at 6:00 AM, Tom Moore <<a href="mailto:moortom@gmail.com" target="_blank">moortom@gmail.com</a>> wrote:<br>
><br>
> As you can imagine from my newbie questions I'm not a python guy.  While I<br>
> really like a lot of the modern mechanisms in python I have never been able<br>
> to look at a python script without being puzzled by the retro/hipster nature<br>
> of using whitespace as syntax.  As someone who once lined up fortran<br>
> statements on punch cards you will have to pry whitespace indifferent<br>
> languages from my cold hunt-n-peck fingers. Anyway, I'm expecting to use<br>
> python for the ui and glue code, and do all of the number crunching in a C<br>
> module.  Horses for courses eh?<br>
<br>
</div>Let me note one more thing here: if you think of writing number<br>
crunching in C, things will get more complicated: you will need to<br>
compile and ship the binaries somehow - the plugin repository does not<br>
accept plugins with architecture dependent binaries. Maybe try to have<br>
a look at numpy module, it's fairly common for fast array/matrix<br>
operations in python.<br>
<span><font color="#888888"><br>
Martin<br>
</font></span></blockquote></div></div><br></div>
<br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Tim Sutton - QGIS Project Steering Committee Member<br>

==============================================<br>Please do not email me off-list with technical<br>support questions. Using the lists will gain<br>more exposure for your issues and the knowledge<br>surrounding your issue will be shared with all.<br>

<br>Irc: timlinux on #qgis at <a href="http://freenode.net" target="_blank">freenode.net</a><br>==============================================</div>
</div></div>