Skip to content

Commit

Permalink
Removing Chez workaround section
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakashi committed Oct 4, 2018
1 parent 2ee1c8b commit 98163d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,18 +273,6 @@ initialisation function, however the loaded pointer still indicates NULL.
On Larceny, GC may move pointers so converting bytevector uses wrapper
technique the same as Vicare. Thus the same limitation is applied to it.

### Chez Scheme

On Chez Scheme, it requires `bvp.so` file which can be created by the
following command:

```shell
gcc -fPIC -shared -O3 -Wall -o src/pffi/bvp.so src/pffi/bvp.c
```

`-fPIC` is required only on 64 bit environment.


## Misc (Memo)

### Why no Ypsilon
Expand Down

0 comments on commit 98163d9

Please sign in to comment.