[Scilab-Dev] Compilation Improvement

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Sat Mar 30 10:51:38 CET 2013


On 30/03/2013 09:51, Rushi Shukla wrote:
> Hello
> 
> I am solving reported bugs in Scilab and everytime I wish to see my
> changes or patches , I have to wait for quite some time after issuing
> 'sudo make install' . Is there a quicker way to achieve the result ? Any
> sort of help is appreciated .
The "make install" is not necessary.
You can directly call Scilab in the source tree by:
$ ./bin/scilab
or
$ ./bin/scilab-cli

By the way, if you are working on just a module, you can do just
$ cd modules/core/ && make

Sylvestre




More information about the dev mailing list