<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 13/08/2015 13:41, duce wrote:<br>
<blockquote cite="mid:1439466080434-4032678.post@n3.nabble.com"
type="cite">
<pre wrap="">Thank you for your reply. Currently, I am trying to figure my way through
Maxima to get it to do what i need for my project.
Anyway, there is a toolbox for that, and it's called Scimax. Here is the
link <a class="moz-txt-link-freetext" href="http://forge.scilab.org/index.php/p/scimax/">http://forge.scilab.org/index.php/p/scimax/</a>
It's for Linux only. Problem is, I really can't install it properly, since
it requires some other toolbox called Overload and i really can't manage to
install it since I'm not too skilled with Ubuntu. If someone could explain
on how to install this on on Ubuntu, it would be a perfect solution for the
problem.
Thank you again
--
View this message in context: <a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/Symbolic-computation-in-Scilab-tp4032673p4032678.html">http://mailinglists.scilab.org/Symbolic-computation-in-Scilab-tp4032673p4032678.html</a>
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
_______________________________________________
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>
<font face="Century Schoolbook L">Hi duce,<br>
<br>
This toolbox isn't available on Atoms.<br>
To use it from the sources on the forge, you need to download it
using<br>
one of the following methods :<br>
</font>
<ul>
<li><font face="Century Schoolbook L"><a class="moz-txt-link-freetext" href="http://forge.scilab.org/index.php/p/scimax/source/download/master/">http://forge.scilab.org/index.php/p/scimax/source/download/master/</a><br>
then unpack the <font face="Courier New, Courier, monospace">.zip</font><br>
</font></li>
<li><font face="Courier New, Courier, monospace">$ git clone
<a class="moz-txt-link-abbreviated" href="mailto:git@git.forge.scilab.org:scimax.git">git@git.forge.scilab.org:scimax.git</a></font></li>
</ul>
<font face="Century Schoolbook L">then, in scilab, use <font
face="Courier New, Courier, monospace">cd</font> or the GUI to
move to the source folder of the toolbox.<br>
From here you can build the toolbox by executing the builder :<br>
</font>
<ul>
<li><font face="Courier New, Courier, monospace">--> exec
builder.sce</font></li>
</ul>
<p><font face="Century Schoolbook L">If it built successfully, you
can load it :<br>
</font></p>
<ul>
<li><font face="Courier New, Courier, monospace">--> exec
loader.sce</font></li>
</ul>
<p><font face="Century Schoolbook L">And then use it, load help
files, etc.<br>
</font></p>
<p><font face="Century Schoolbook L">!!! This depends on the toolbox
Overload, which is also not available on Atoms,<br>
and must therefore also be built from source :<br>
</font></p>
<ul>
<li><font face="Century Schoolbook L"><a class="moz-txt-link-freetext" href="http://forge.scilab.org/index.php/p/overload/source/download/master/">http://forge.scilab.org/index.php/p/overload/source/download/master/</a><br>
then unpack the <font face="Courier New, Courier, monospace">.zip</font><br>
</font></li>
<li><font face="Courier New, Courier, monospace">$ git clone
<a class="moz-txt-link-abbreviated" href="mailto:git@git.forge.scilab.org:overload.git">git@git.forge.scilab.org:overload.git</a></font></li>
</ul>
<p><font face="Century Schoolbook L">etc.<br>
</font></p>
<p><font face="Century Schoolbook L">You should, in the same Scilab
session, run Overload's loader before Scimax's loader.<br>
</font></p>
<p><font face="Century Schoolbook L">Of course, Atoms exists to
avoid all this - hopefully these toolboxes could be added<br>
to Atoms in the near future.<br>
</font></p>
<p><font face="Century Schoolbook L">Hope this helps,</font><br>
</p>
<p>-- <br>
</p>
<div class="moz-signature">
<pre>John Gliksberg
Scilab Enterprises
tel: +33.6.40.60.76.95</pre>
</div>
</body>
</html>