Sdic Cocoa
Sdic Cocoa
About Sdic Cocoa
I made 'Sdic.widget' as Konfabulator widget, but it works accurately only if your computer runs under Japanese environment. So, I made up my mind to make Sdic as native Mac OS X application.
Sdic Cocoa searches 'SDIC' formated dictionaries for word. So you must install these dictionaries in advance. Please refer this page to make (convert dictionaries from its proprietary format to SDIC format) and install these dictionaries.
Also, this application invokes perl script which needs some perl modules, for example, MIME::Base64 and/or Jcode perl modules. You must install these modules in advance. To install each module, please refer following section on this page.
Sdic Cocoa is free software under the terms of the GNU General Public License as published by the Free Software Foundation.
Download Sdic Cocoa Beta
nkf installation
- Download nkf tarball from here. Lastest version is 2.0.2.
- Uncompress tarball, e.g. 'tar zxvf nkf202.tar.gz'.
- Change directory to uncompressed directory and type 'make'.
- Copy nkf executable into your computer. Typically, 'sudo cp nkf /usr/local/bin'. You'd better keep notice that '/usr/local/bin' has been there. If not, you ought to make directory, 'sudo mkdir /usr/local/bin'.
- Copy nkf manual to your computer, /usr/local/man/man1 should work. e.g., 'sudo cp nkf.1 /usr/local/man/man1'.
- Change directory into 'NKF.mod'.
- Type 'perl Makefile.PL' and 'make'.
- Type 'sudo make install' to install perl module of nkf.
SDIC Dictionary installation
- Remember, set path to nkf.
- Download SDIC tarball and compressed dictionary files such as sdic-2.1.3.tar.gz, gene95.tar.gz and edict.bz2 from here.
- Uncompress tarball, e.g. 'tar zxvf sdic-2.1.3.tar.gz -C /tmp'.
- Copy compressed dictionaries to sdic's uncompressed directory.
- Change directory to uncompressed directory and type './configure'.
- Convert and install dictionaries. In short, 'make dict; sudo make install-dict'.
MIME::Base64 perl module installation
- Download latest version of tarball, such as MIME-Base64-2.20.tar.gz, from here.
- Uncompress tarball, e.g. 'tar zxvf MIME-Base64-2.20.tar.gz -C /tmp'.
- Change directory to uncompressed directory and type 'perl Makefile.PL'.
- Type 'make' to build perl module.
- Type 'sudo make install' to install MIME::Base64 perl module into your computer.
Jcode perl module installation
- Donwload Jcode perl module tarball from here. Newest tarball is Jcode-0.83.tar.gz.
- Uncompress tarball, e.g. 'tar zxvf Jcode-0.83.tar.gz -C /tmp'.
- Change directory to uncompressed directory and type 'perl Makefile.PL'.
- Type 'make' to build perl module.
- Type 'sudo make install' to install Jcode perl module into your computer.