<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi again,<br>
    <br>
    After a check, it might even not be necessary to be offLine to
    install it, atomsInstall("/path/to/your/package") works too.<br>
    The toolbox skeleton is also available in your SCI+/contrib folder<br>
    <br>
    Simon<br>
    <br>
    <div class="moz-cite-prefix">On 11/26/2012 02:02 PM, Simon GARESTE
      wrote:<br>
    </div>
    <blockquote cite="mid:50B3685C.4080909@scilab-enterprises.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hi,<br>
      <br>
      With ATOMS, it's not much more complicated. <br>
      <br>
      You should develop your module following the structure of the <a
        moz-do-not-send="true"
        href="https://atoms.scilab.org/toolboxes/toolbox_skeleton">toolbox_skeleton</a>,
      with an according description file. Once it's done, set your
      scilab to offLine (atomsSetConfig("offLine", "True")), install
      your package using atomsInstall
      (atomsInstall("/path/to/your/zip-or-targz-file")), and load it
      (atomsLoad("yourmodule")). <br>
      <br>
      Once the package is installed, you can set your Scilab back to
      online (atomsSetConfig("offLine","False")). Note that if you
      install a module while offLine, you must be offLine to uninstall
      it, and vice versa.<br>
      <br>
      I will update the wiki pages to indicate this procedure. To create
      your Scilab module, you can follow the indications <a
        moz-do-not-send="true" href="https://wiki.scilab.org/ATOMS">here</a>
      and <a moz-do-not-send="true"
        href="https://wiki.scilab.org/Guidelines%20To%20Design%20a%20Module">there</a>.<br>
      <br>
      Best regards,<br>
      <br>
      Simon<br>
      <br>
      <div class="moz-cite-prefix">On 11/26/2012 01:50 PM,
        jacques.beilin wrote:<br>
      </div>
      <blockquote cite="mid:50B3659D.7@ensg.eu" type="cite">Dear Scilab
        users, <br>
        <br>
        I'm new to Scilab. At the moment I use gnu Octave but I need to
        be able to use both for teaching purposes. <br>
        <br>
        I wrote Octave packages. I'm trying to transform them into
        Scilab modules. I would like to write Scilab modules buts I do
        not want to put them on ATOMS (at least for the moment). With 
        Octave it is easy because once the package structure is
        followed, the package can be zipped (tar.gz) and installed using
        the command "pkg install my_package.tar.gz". If Octave has been
        started with sudo, the package is installed in
        "/usr/local/share/octave/packages/" otherwise it is installed
        only for the current user (in ~/octave/). <br>
        <br>
        Is there a equivalent procedure on Scilab ? I cannot find the
        documentation about that. <br>
        <br>
        Best regards, <br>
        <br>
        Jacques <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Simon Gareste
Support & Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.70
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Simon Gareste
Support & Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.70
<a class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a></pre>
  </body>
</html>