Hello Andrea --- Andrea D'Amore <[EMAIL PROTECTED]> wrote: > > On 10/mag/08, at 11:21, Tatsuro MATSUOKA wrote: > > > Hello > > I do not know details for octave-forge. > > I asked here as <http://octave.sourceforge.net/archive.html> that is > "Mailing List" page reports this as octave-forge list. > > > > The configure script is in the (package)/src directry. > > The pkg command will use this. > > For installing the package from octave prompt, nothing has been > > changed. > > pkg install (package).tar.gz > > I'd rather invoke octave and I see that Makefile is actually acting > this way with 'octave --eval="pkg('install'....."' only issue is that > as long as I understand this will install the package only for the > user actually running it and in my case the user running the port > system is root, so I won't have packages installed for my regular > user, will I? What things can be done from the octave prompt should also be done octave --eval="". The differece is interactive or not. So you can do it for new system. (3.0.1)
However, to see the detail it is better to use ./configure and make at the (package)/src in untarring directries. If you would like to apply for all package, you will do it by writing proper shell script. Regards Tatsuro -------------------------------------- GANBARE! NIPPON! Win your ticket to Olympic Games 2008. http://pr.mail.yahoo.co.jp/ganbare-nippon/ ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
