* Added notes about FreeBSD and NetBSD.

* Fixed typesetting of ``Hello World'' in the index.
This commit is contained in:
Abdulaziz Ghuloum 2007-11-04 10:35:47 -05:00
parent 81f6439b3c
commit 0b98d4d014
2 changed files with 9 additions and 3 deletions

Binary file not shown.

View File

@ -234,7 +234,7 @@ memory is released back to the operating system.
\textbf{Supports many operating systems:} Ikarus runs on the most \textbf{Supports many operating systems:} Ikarus runs on the most
popular and widely used operating systems for servers and personal popular and widely used operating systems for servers and personal
computers. The supported systems include Mac~OS~X, computers. The supported systems include Mac~OS~X,
GNU/Linux, and Microsoft Windows. GNU/Linux, FreeBSD, NetBSD, and Microsoft Windows.
\section{System Requirements} \section{System Requirements}
@ -259,6 +259,8 @@ Ikarus is tested under the following operating systems:
\begin{itemize} \begin{itemize}
\item Mac OS X version 10.4. \item Mac OS X version 10.4.
\item Linux 2.6.18 (Debian, Fedora, Gentoo, and Ubuntu). \item Linux 2.6.18 (Debian, Fedora, Gentoo, and Ubuntu).
\item FreeBSD version 6.2.
\item NetBSD version 3.1.
\item Microsoft Windows XP (using Cygwin 1.5.24). \item Microsoft Windows XP (using Cygwin 1.5.24).
\end{itemize} \end{itemize}
@ -289,7 +291,11 @@ implementation of the LaTeX (and TeX) typesetting system.
\end{itemize} \end{itemize}
\newpage \BoxedText{Note:}{Ikarus runs in 32-bit mode only.
To run it in 64-bit environments, you will have to obtain the 32-bit
version of GMP, or compile it yourself after adding \texttt{ABI=32}
to its configuration options.}
\section{Installation} \section{Installation}
@ -566,7 +572,7 @@ the language (i.e. the variable and keyword bindings) in which the
library body is written. A very simple example of an \rnrs{6} library body is written. A very simple example of an \rnrs{6}
script is listed below. script is listed below.
\index{Examples!Hello World@\textit{Hello World}} \index{Examples!Hello World}
\begin{CodeInline} \begin{CodeInline}
(import (rnrs)) (import (rnrs))