lør, 10 05 2008 kl. 10:51 +0200, skrev Andrea D'Amore: > Structure of the single big tarball has changed and now there is no > main configure, just a collection of packages, is there a directory > where I can put packages in so that octave "pkg" command will find them? > > If no can octave-forge be installed for all users and not on a per- > user basis?
There is no direct way of installing _all_ the packages at once. However, you can easily loop over the files in the bundle once it is unpacked, and install them one by one using 'pkg -global install package_filename.tar.gz'. Søren ------------------------------------------------------------------------- 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
