blob: 98ea166260673d3cc288320b7ba985b701c47520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Upgrading g-Octave
==================
Quick notes for users upgrading from older versions of g-Octave.
From ``0.3`` to ``0.4``
-----------------------
This version broke the compatibility with old package databases and some
external files.
You'll need to remove the directories of the package database and the
overlay (``db`` and ``overlay`` options from the configuration file).
To know what are the current values, type::
$ g-octave --config db
$ g-octave --config overlay
And remove both directories before run ``emerge --config app-portage/g-octave``
|