diff options
Diffstat (limited to 'doc/build.htm')
-rw-r--r-- | doc/build.htm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/build.htm b/doc/build.htm index d494b94..1982cb6 100644 --- a/doc/build.htm +++ b/doc/build.htm @@ -1,7 +1,7 @@ <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> - <TITLE>Building Version 9.4 of Icon from Source</TITLE> + <TITLE>Building Version 9.5 of Icon from Source</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="istyle.css"> <LINK REL="SHORTCUT ICON" HREF="shortcut.gif"> </HEAD> @@ -10,20 +10,20 @@ <P><A HREF="http://www.cs.arizona.edu/icon/"> <IMG SRC="wwwcube.gif" ALT="[Icon home]" WIDTH=128 HEIGHT=144 BORDER=0 ALIGN=RIGHT> </A> -<H1>Building Version 9.4 of Icon from Source</H1> +<H1>Building Version 9.5 of Icon from Source</H1> <P> Gregg M. Townsend <BR> <SMALL> Department of Computer Science </SMALL> <BR> <SMALL> The University of Arizona </SMALL> -<P> <SMALL> www.cs.arizona.edu/icon/v943/build.htm -<BR> Last updated November 8, 2005 </SMALL> -<!-- $Id: build.htm,v 1.26 2005/11/08 23:24:34 gmt Exp $ --> +<P> <SMALL> www.cs.arizona.edu/icon/v950/build.htm +<BR> Last updated November 8, 2009 </SMALL> +<!-- $Id: build.htm,v 1.27 2009/11/08 21:53:08 gmt Exp $ --> <H2> Introduction </H2> <P> These instructions explain how to build and install the source code of -<A HREF=relnotes.htm>Version 9.4 of Icon</A> under Unix. +<A HREF=relnotes.htm>Version 9.5 of Icon</A> under Unix. For instructions on installing a binary release, see <A HREF=install.htm>Installing Icon Binaries</A>. @@ -48,7 +48,7 @@ any special considerations given in its status report. port the code. This is usually a fairly simple matter that involves copying an existing configuration and editing it to match the target system. -See <A HREF=port.htm>Porting Icon</A>. +See <A HREF=port.htm>Porting Icon</A>.) </SMALL> <P> Most Unix systems include the X11 window system; type @@ -72,7 +72,7 @@ by e-mail to <H2> Building </H2> <P> After Configuring, type <CODE>make</CODE> to build the Icon system. -This single step now builds: +This single step builds: <UL> <LI> The Icon translator and interpreter <LI> Program library procedures |