| 1 | diff --git a/README b/README |
|---|
| 2 | index 56342de..f43b722 100644 |
|---|
| 3 | --- a/README |
|---|
| 4 | +++ b/README |
|---|
| 5 | @@ -42,20 +42,21 @@ |
|---|
| 6 | |
|---|
| 7 | 2. Installation |
|---|
| 8 | |
|---|
| 9 | - First unzip the package ("unzip chicken-<version>.zip" or "tar |
|---|
| 10 | - xzf chicken-<version>.tar.gz" on UNIX or use your favorite |
|---|
| 11 | - extraction program on Windows). |
|---|
| 12 | - |
|---|
| 13 | Building CHICKEN requires GNU Make. Other "make" derivates are |
|---|
| 14 | not supported. If you are using a Windows system and do not |
|---|
| 15 | - have GNU Make, see below for a link to a precompiled set of |
|---|
| 16 | - UNIX utilities, which among other useful tools contains "make". |
|---|
| 17 | + have GNU Make, download |
|---|
| 18 | + http://www.call-with-current-continuation.org/tarballs/UnxUtils.zip. |
|---|
| 19 | + It contains a precompiled set of UNIX utilities, which among |
|---|
| 20 | + other useful tools contains "make". |
|---|
| 21 | |
|---|
| 22 | Configuration and customization of the build process is done by |
|---|
| 23 | either setting makefile variables on the "make" command line or |
|---|
| 24 | by editing the platform-specific makefile. |
|---|
| 25 | |
|---|
| 26 | - Invoke "make" like this: |
|---|
| 27 | + To build CHICKEN, first extract the archive ("tar xzf |
|---|
| 28 | + chicken-<version>.tar.gz" on UNIX or use your favorite |
|---|
| 29 | + extraction program on Windows), then change to the |
|---|
| 30 | + chicken-<version> directory and invoke "make" like this: |
|---|
| 31 | |
|---|
| 32 | make PLATFORM=<platform> PREFIX=<destination> |
|---|
| 33 | |
|---|
| 34 | @@ -85,7 +86,7 @@ |
|---|
| 35 | by using a precompiled and statically linked compiler binary |
|---|
| 36 | from here: |
|---|
| 37 | |
|---|
| 38 | - http://chicken.wiki.br/chicken-projects/bootstrap/ |
|---|
| 39 | + http://code.call-cc.org/bootstrap/ |
|---|
| 40 | |
|---|
| 41 | If CHICKEN is build successfully, you can install it on your |
|---|
| 42 | system by entering |
|---|
| 43 | @@ -156,7 +157,7 @@ |
|---|
| 44 | "HOST" option mentioned above. More information about this |
|---|
| 45 | process and the variables that you should set are provided |
|---|
| 46 | in the CHICKEN wiki at |
|---|
| 47 | - <http://chicken.wiki.br/cross-compilation>. |
|---|
| 48 | + <http://wiki.call-cc.org/cross-compilation>. |
|---|
| 49 | |
|---|
| 50 | SRCDIR= |
|---|
| 51 | Specifies that CHICKEN should be built outside of its source |
|---|
| 52 | @@ -204,20 +205,19 @@ |
|---|
| 53 | |
|---|
| 54 | Documentation can be found in the directory |
|---|
| 55 | PREFIX/share/chicken/doc in svnwiki format (see |
|---|
| 56 | - <http://wiki.freaks-unidos.net/svnwiki/> for more information |
|---|
| 57 | - about the used syntax). The manual is maintained in a wiki at |
|---|
| 58 | - <http://chicken.wiki.br/>. Go there to read the most up to |
|---|
| 59 | - date documentation. |
|---|
| 60 | + http://wiki.call-cc.org/edit-help for more information about |
|---|
| 61 | + the used syntax). The manual is maintained in a wiki at |
|---|
| 62 | + http://wiki.call-cc.org. Go there to read the most up to date |
|---|
| 63 | + documentation. |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | 4. Extensions |
|---|
| 67 | |
|---|
| 68 | A large number of extension libraries for CHICKEN are |
|---|
| 69 | - available at |
|---|
| 70 | - <http://www.call-with-current-continuation.org/eggs/>. You can |
|---|
| 71 | + available at http://wiki.call-cc.org/eggs. You can |
|---|
| 72 | automatically download, compile and install extensions with |
|---|
| 73 | - the "chicken-install" program. See the CHICKEN User's Manual for |
|---|
| 74 | - more information. |
|---|
| 75 | + the "chicken-install" program. See the CHICKEN User's Manual |
|---|
| 76 | + for more information. |
|---|
| 77 | |
|---|
| 78 | A selection of 3rd party libraries, together with source and |
|---|
| 79 | binary packages for tools helpful for development with CHICKEN |
|---|
| 80 | @@ -353,7 +353,7 @@ |
|---|
| 81 | |
|---|
| 82 | 7. Emacs support |
|---|
| 83 | |
|---|
| 84 | - See http://chicken.wiki.br/emacs for tips and links to emacs |
|---|
| 85 | + See http://wiki.call-cc.org/emacs for tips and links to emacs |
|---|
| 86 | extensions for Scheme and CHICKEN programming. |
|---|
| 87 | |
|---|
| 88 | |
|---|
| 89 | @@ -375,5 +375,6 @@ |
|---|
| 90 | |
|---|
| 91 | If you have any more questions or problems (even the slightest |
|---|
| 92 | problems, or the most stupid questions), then please subscribe |
|---|
| 93 | - to the "chicken-users" mailing list and ask for help. It will |
|---|
| 94 | - be answered. |
|---|
| 95 | + to the "chicken-users" |
|---|
| 96 | + (http://lists.nongnu.org/mailman/listinfo/chicken-users) |
|---|
| 97 | + mailing list and ask for help. It will be answered. |
|---|