|
Last change
on this file since 41 was 34, checked in by gb, 19 years ago |
|
New file.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
1011 bytes
|
| Line | |
|---|
| 1 | The archive ffigen-bin-PLATFORM-gcc-GCC_VERSION.tar.gz contains:
|
|---|
| 2 |
|
|---|
| 3 | bin/h-to-ffi.sh a shell script which simplifies invocation of the
|
|---|
| 4 | interface translator
|
|---|
| 5 | ffigen/bin/ffigen the interface translator itself, a modified version
|
|---|
| 6 | of the GCC Objective C frontend
|
|---|
| 7 | ffigen/ginclude/* header files specific to this compiler version
|
|---|
| 8 |
|
|---|
| 9 | The archive's contents can be used directly if the archive is
|
|---|
| 10 | extracted in some directory that contains a "bin" subdirectory on the
|
|---|
| 11 | user's PATH, e.g., if /usr/local/bin exists on $PATH, then
|
|---|
| 12 |
|
|---|
| 13 | # may need to be root to write to /usr/local, if /usr/local even exists
|
|---|
| 14 | shell> tar xfz /path/to/ffigen-bin-PLATFORM-gcc-GCC_VERSION.tar.gz -C /usr/local
|
|---|
| 15 |
|
|---|
| 16 | and likewise for /usr (though /usr may be a poor choice) or ~ (if ~/bin is
|
|---|
| 17 | on $PATH).
|
|---|
| 18 |
|
|---|
| 19 | It's also possible to extract the archive into a working directory and
|
|---|
| 20 | install its contents in unrelated parts of the file system; this may
|
|---|
| 21 | require editing the paths in bin/h-to-ffi.sh.
|
|---|
| 22 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.