[Nice-commit] Nice/web install.xml,1.9,1.10
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-16 12:49:05
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1:/tmp/cvs-serv19141/web Modified Files: install.xml Log Message: Added a section for source download. Index: install.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/install.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** install.xml 14 May 2003 15:44:08 -0000 1.9 --- install.xml 16 Dec 2003 12:49:02 -0000 1.10 *************** *** 67,70 **** --- 67,79 ---- </para></listitem> + <listitem><para> + + <inlinemediaobject><imageobject> + <imagedata fileref="images/dev-32.png"/> + </imageobject></inlinemediaobject> + + <link linkend="source">Source distribution</link> + + </para></listitem> </itemizedlist> *************** *** 152,155 **** --- 161,173 ---- <ulink url="mailto:bo...@us...">contact me</ulink> to share your experience and augment the documentation. + </para> + </section> + + <section id="source"><title>Source distribution</title> + <para> + it is also possible to + <ulink url="Nice-source.tar.gz">download the source code</ulink> of Nice, + together with a bootstrap compiler. + Compilation is done by simply typing <literal>make</literal>. </para> </section> |