author | zautrix <zautrix> | 2004-11-09 11:57:44 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-11-09 11:57:44 (UTC) |
commit | 21c8ec57e0258815f3d1474c1194d1572f78029e (patch) (side-by-side diff) | |
tree | a9088fc093487b09ed2448b548276db1395bd449 /ReadMe_cv.txt | |
parent | 318f9bf1f4bc84af280bd8e090989677ba21d241 (diff) | |
download | kdepimpi-21c8ec57e0258815f3d1474c1194d1572f78029e.zip kdepimpi-21c8ec57e0258815f3d1474c1194d1572f78029e.tar.gz kdepimpi-21c8ec57e0258815f3d1474c1194d1572f78029e.tar.bz2 |
aaded files
-rw-r--r-- | ReadMe_cv.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ReadMe_cv.txt b/ReadMe_cv.txt new file mode 100644 index 0000000..aa94af0 --- a/dev/null +++ b/ReadMe_cv.txt @@ -0,0 +1,26 @@ +This package includes the character conversion tables of the gnu C++ compiler environment. +The sources can be found in every source distribution of the gnu C++ compiler. +This package is needed by the mail program OM/Pi. + +How to install: + +The size of the installed data is about 4 MB. + +Install the ipk on SD card or in internal memory. +We assume, that all is installed on SD. +You will have now a dir +/mnt/card/QtPalmtop/lib/gconv + + +to finish installation, we have to create a symlink from +/usr/lib/gconv to the new gconv dir. +To create a symlink do the following: + +Open console and type in console: + +cd /usr/lib +su +ln -s /mnt/card/QtPalmtop/lib/gconv + +Threre is no need to uninstall or reinstall this package, if you update OM/Pi. + |