~ubuntu-branches/ubuntu/lucid/gauche-c-wrapper/lucid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2008-04-07 09:15:03 UTC
  • Revision ID: james.westby@ubuntu.com-20080407091503-wu0h414koe95kj4i
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is c-wrapper, a generic wrapper for C libraries.
 
2
 
 
3
Requirements
 
4
------------
 
5
- Gauche 0.8.6 or later
 
6
 
 
7
 
 
8
Install
 
9
-------
 
10
To install, you can use gauche-package.
 
11
    % gauche-package install <<<this tarball>>>
 
12
 
 
13
Or expand this tarball, configure and make (use GNU make).
 
14
 
 
15
    % ./configure
 
16
    % make
 
17
    % make install
 
18
 
 
19
 
 
20
Included Libraries
 
21
------------------
 
22
c-wrapper includes the external libraries below.
 
23
- libffi (from GCC 4.0.2)
 
24
  (http://gcc.gnu.org/)
 
25
- lang.tool (c-grammar.scm, c-lex.scm) in Gauche Garbage Collection
 
26
  (http://homepage.mac.com/skimu/ggc/)
 
27
- Dominique Boucher's Lalr (lalr-gauche.scm)
 
28
  (http://www.iro.umontreal.ca/~boucherd/Lalr/documentation/lalr.html)
 
29
 
 
30
 
 
31
License
 
32
-------
 
33
c-wrapper's license is MIT License, but the libraries (libffi, lang.tool, lalr) obey their own license.
 
34