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

_______________________________________________
dev mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/dev

Reply via email to