[Nice-commit] Nice/web install.xml,1.12,1.13
Brought to you by:
bonniot
From: <bo...@us...> - 2004-03-09 10:57:42
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11548/web Modified Files: install.xml Log Message: Added eclipse plugin. Mentioned that Nice is now in Debian. Index: install.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/install.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** install.xml 20 Feb 2004 10:31:10 -0000 1.12 --- install.xml 9 Mar 2004 10:40:35 -0000 1.13 *************** *** 12,16 **** </description> ! <keywords>nice, compiler, install, windows, debian, linux, unix</keywords> <para> --- 12,18 ---- </description> ! <keywords> ! nice, compiler, install, windows, debian, linux, unix, eclipse ! </keywords> <para> *************** *** 21,24 **** --- 23,35 ---- <listitem><para> <inlinemediaobject><imageobject> + <imagedata fileref="images/eclipse.png"/> + </imageobject></inlinemediaobject> + + <link linkend="eclipse">Eclipse</link> + + </para></listitem> + <listitem><para> + + <inlinemediaobject><imageobject> <imagedata fileref="images/debian.png"/> </imageobject></inlinemediaobject> *************** *** 81,87 **** <section id="deb"><title>Debian Linux</title> <para> ! Simply download the <ulink url="nice.deb">Debian package</ulink> and install it with <literal>dpkg -i nice_*.deb</literal>. </para> --- 92,114 ---- + <section id="eclipse"><title>Eclipse</title> + <para> + Nice can be installed inside the + <ulink url="http://eclipse.org">eclipse</ulink> development platform. + Download the <ulink + url="http://sf.net/project/showfiles.php?group_id=12788&package_id=94229"> + plugin zip file</ulink>, and unzip it inside the <literal>plugins</literal> + sub-directory of your eclipse directory. + The Nice plugin works for versions 2.1 and 3.0 of eclipse, and it includes + the Nice compiler, so you don't need to install it separately. + </para> + </section> + <section id="deb"><title>Debian Linux</title> <para> ! Nice is in the Debian archive, so you can ! simply <literal>apt-get install nice</literal>. ! Alternatively, you can download the ! <ulink url="nice.deb">Debian package</ulink> from this site and install it with <literal>dpkg -i nice_*.deb</literal>. </para> |