| 1 | diff --git a/README b/README
|
|---|
| 2 | index 2573931..5d7183f 100644
|
|---|
| 3 | --- a/README
|
|---|
| 4 | +++ b/README
|
|---|
| 5 | @@ -69,12 +69,12 @@
|
|---|
| 6 | *not* supported.
|
|---|
| 7 |
|
|---|
| 8 | If you build CHICKEN directly from the development sources out
|
|---|
| 9 | - of the subversion repository, you will need a "chicken"
|
|---|
| 10 | - executable to generate the compiled C files from the Scheme
|
|---|
| 11 | - library sources. If you have a recent version of CHICKEN
|
|---|
| 12 | - installed, then pass "CHICKEN=<chicken-executable>" to the
|
|---|
| 13 | - "make" invocation to override this setting. "CHICKEN" defaults
|
|---|
| 14 | - to "$PREFIX/bin/chicken".
|
|---|
| 15 | + of the git repository, you will need a "chicken" executable to
|
|---|
| 16 | + generate the compiled C files from the Scheme library
|
|---|
| 17 | + sources. If you have a recent version of CHICKEN installed,
|
|---|
| 18 | + then pass "CHICKEN=<chicken-executable>" to the "make"
|
|---|
| 19 | + invocation to override this setting. "CHICKEN" defaults to
|
|---|
| 20 | + "$PREFIX/bin/chicken".
|
|---|
| 21 |
|
|---|
| 22 | If you do not have a "chicken" binary installed, you will have
|
|---|
| 23 | to obtain a "bootstrapping" compiler, which can either be
|
|---|