Mercurial > hg > octave-lyh
diff doc/faq/Octave-FAQ.texi @ 8215:518789a0539d
FAQ entry about split development packages in distributions
author | Thomas Weber <thomas.weber.mail@gmail.com> |
---|---|
date | Tue, 14 Oct 2008 14:34:56 -0400 |
parents | de8b07e95d1b |
children | 242756f065f0 |
line wrap: on
line diff
--- a/doc/faq/Octave-FAQ.texi +++ b/doc/faq/Octave-FAQ.texi @@ -649,6 +649,24 @@ If you have obtained your copy of Octave from a distribution please file a bug report requesting that the fix reported in the above bug report be included. + +@item +I cannot install a package. Octave complains about a missing @code{mkoctfile}. + +Most distributions split Octave into several packages. The script +@code{mkoctfile} is then part of a separate package: +@itemize @minus +@item +Debian/Ubuntu + +@code{aptitude install octave3.0-headers} + +@item +Fedora + +@code{yum install octave-devel} + +@end itemize @end itemize @node How do I ...?