2
edits
(→Gentoo) |
(→Gentoo) |
||
Line 37: | Line 37: | ||
# emerge --sync | # emerge --sync | ||
Add USE flag 'curl' | Add USE flag 'curl' into your <code>/etc/portage/package.use</code> file to enable remote Octave-Forge packages fetching | ||
sci-mathematics/octave curl | sci-mathematics/octave curl | ||
and emerge Octave | and emerge Octave | ||
# emerge octave | # emerge octave | ||
Since Octave ver. > 3.4.0 is able to fetch | Since Octave ver. > 3.4.0 is able to fetch Octave-Forge packages from remote repository, packages ''octave-forge'' or ''g-octave'' are no more needed. | ||
Before installing any Octave-Forge package | Before installing any Octave-Forge package, in Octave command prompt you must type | ||
pkg -forge list | pkg -forge list | ||
and then install your favourite packages. Typically, you have to start with | and then install your favourite packages. Typically, you have to start with |
edits