Name | Modified | Size | Downloads / Week |
---|---|---|---|
OldFiles | 2008-10-16 | ||
README.md | 2025-01-03 | 1.5 kB | |
unihanconver_1.9-unihanconvergui_3.0.tar.bz2 | 2024-12-31 | 69.6 kB | |
unihanconver_1.9-unihanconvergui_1.15.bz2 | 2012-01-31 | 49.1 kB | |
Totals: 4 Items | 120.1 kB | 0 |
This package contains two Perl programs:
- unihanconver
- unihanconver-gui
HOW TO INSTALL
-
METHOD 1:
-
Unpackage the files wherever you want and run them.
- Please note that
unihanconver-gui
will search for "unihanconver" in the./
and the$PATH
directories, so they must be accessible.
If you experience problems with some window managers, try moving the programs to /usr/bin
or /usr/local/bin
, or place a symbolic link in some accessible directory.
- METHOD 2:
Run the following command after unpacking the application:
make install
HOW TO UNINSTALL
- METHOD 1:
Delete those two files. Delete ~/.unihanconver.gui (or leave it, if you plan to keep your configuration for future use)
- METHOD 2:
Enter the unpacked folder and run the following command:
make uninstall
DEPENDENCIES
1) The Perl interpreter (version 5.8.8 or above recommended; others untested) 2) A GTK+ compliant graphical environment (if you want to use unihanconver-gui) 3) The Perl bindings to the Gtk3 library (if you want to use unihanconver-gui) 4) The Perl bindings to GNU::Gettext (if you want to use unihanconver-gui with localisation support [EXPERIMENTAL])
For a Debian-based system:
apt-get install libgtk3-perl
apt-get install liblocale-gettext-perl
NOTES
- You may need to change permissions on the files to execute them.
- These programs have not been tested in Windows but they may work as well.