comparison 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
comparison
equal deleted inserted replaced
8214:263261b2124f 8215:518789a0539d
647 found at @url{http://sourceforge.net/tracker/index.php?func=detail&aid=1716556&group_id=2055&atid=102055} 647 found at @url{http://sourceforge.net/tracker/index.php?func=detail&aid=1716556&group_id=2055&atid=102055}
648 648
649 If you have obtained your copy of Octave from a distribution please file 649 If you have obtained your copy of Octave from a distribution please file
650 a bug report requesting that the fix reported in the above bug report be 650 a bug report requesting that the fix reported in the above bug report be
651 included. 651 included.
652
653 @item
654 I cannot install a package. Octave complains about a missing @code{mkoctfile}.
655
656 Most distributions split Octave into several packages. The script
657 @code{mkoctfile} is then part of a separate package:
658 @itemize @minus
659 @item
660 Debian/Ubuntu
661
662 @code{aptitude install octave3.0-headers}
663
664 @item
665 Fedora
666
667 @code{yum install octave-devel}
668
669 @end itemize
652 @end itemize 670 @end itemize
653 671
654 @node How do I ...? 672 @node How do I ...?
655 @chapter How do I ...? 673 @chapter How do I ...?
656 674