Octave in home directory: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 34: Line 34:
Another way, if you intend to compile for yourself a lot of utilities, is to mirror the main /usr structure into your own dir:
Another way, if you intend to compile for yourself a lot of utilities, is to mirror the main /usr structure into your own dir:
  ./configure --prefix=${HOME}/usr
  ./configure --prefix=${HOME}/usr
Pay attention to the configure summary at the end (See chapter 1).  
Pay attention to the configure summary at the end (See chapter 1), install missing required packages if any.  


== 4. make & make install ==
== 4. make & make install ==
Line 46: Line 46:
When ''make -j2'' finished without errors, simply run '''without''' sudo/root permissions
When ''make -j2'' finished without errors, simply run '''without''' sudo/root permissions
  make install
  make install
Octave will now be installed to /home/maxpower/.octave38/
Octave will now be installed to either /home/maxpower/.octave38/, either ${HOME}/usr




75

edits