/[hyperestraier_wrappers]/trunk/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sat Sep 3 18:02:31 2005 UTC (18 years, 6 months ago) by dpavlin
Original Path: 0.0.12/README
File size: 740 byte(s)
import of hyper_estraier_wrappers-0.0.12.tar.gz

1 dpavlin 1 Language Bindings for Hyper Estraier
2     ====================================
3    
4     DESCRIPTION
5     -----------
6    
7     This is a wrapper for Hyper Estraier.
8    
9     AUTHOR
10     ------
11     MATSUNO Tokuhiro<tokuhirom attttto yahoo.co.jp>
12    
13     INSTALL
14     -------
15    
16     Python Bindings
17     ~~~~~~~~~~~~~~~
18    
19     ::
20    
21     make python
22     sudo make python-install
23    
24     Ruby Bindings
25     ~~~~~~~~~~~~~
26    
27     ::
28    
29     cd ruby
30     ruby extconf.rb
31     make
32     sudo make install
33    
34     Perl Bindings
35     ~~~~~~~~~~~~~
36    
37     ::
38    
39     cd perl
40     swig -c++ -perl5 -o HyperEstraier_wrap.cpp ../HyperEstraier.i
41     cp ../HyperEstraierWrapper.cpp ./
42     perl Makefile.PL
43     make
44     sudo make install
45    
46     LICENSE
47     -------
48     This library is free software; you can redistribute it
49     and/or modify it under the same terms as Hyper Estraier itself.
50    
51     BUGS
52     ----
53     Cannot wrap callback APIs.
54    

  ViewVC Help
Powered by ViewVC 1.1.26