aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text')
-rw-r--r--cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup&sortby=log/index.html187
-rw-r--r--cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup/index.html289
2 files changed, 476 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup&sortby=log/index.html b/cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup&sortby=log/index.html
new file mode 100644
index 00000000..9893189c
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup&sortby=log/index.html
@@ -0,0 +1,187 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nel/INSTALL - view - 1.15</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="INSTALL?sortby=log"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="INSTALL?sortby=log">INSTALL</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=log">code</a> / <a href="/cvs/cvsweb.cgi/code/nel/?sortby=log">nel</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=log">code</a> / <a href="/cvs/cvsweb.cgi/code/nel/?sortby=log">nel</a> / <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?sortby=log">INSTALL</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.15&amp;sortby=log" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.15','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.15</B>, <i>Tue Apr 10 13:44:50 2001 UTC</i> (15 months ago) by <i>loic_at_senga.org</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.14: +6 -9
+ lines</b><PRE>
+ADDED configure(s) arguments --with-debug and --without-debug to change
+gcc arguments (-g -O -O3 etc ...).
+</PRE>
+</td></tr></table><HR noshade><PRE>
+If you find any bugs use the Nevrax Bug Tracking System :
+
+ &nbsp; &lt;URL:<A HREF="http://www.nevrax.org/bugs/">http://www.nevrax.org/bugs/</A>&gt;
+
+If you need any help contact us on the NeL mailing-list :
+
+ &nbsp; &lt;URL:<A HREF="http://www.nevrax.org/mail/">http://www.nevrax.org/mail/</A>&gt;
+
+
+Requirements
+============
+
+ &nbsp; The NeL library need the following libraries :
+
+ &nbsp; &nbsp; &nbsp;- STLPort &nbsp;4.0 &nbsp; &lt;URL:<A HREF="http://www.stlport.org/">http://www.stlport.org/</A>&gt;
+ &nbsp; &nbsp; &nbsp;- FreeType 2 &nbsp; &nbsp; &lt;URL:<A HREF="http://freetype.sourceforge.net/">http://freetype.sourceforge.net/</A>&gt;
+ &nbsp; &nbsp; &nbsp;- Python &nbsp; 1.5 &nbsp; &lt;URL:<A HREF="http://www.python.org/">http://www.python.org/</A>&gt;
+
+ &nbsp; STLPort need to be compiled. NeL is using the SGI iostreams and it require
+ &nbsp; the STLPort compilation and a linking of NeL with the STLPort library.
+
+ &nbsp; On a GNU/Linux platform you will need the following libraries and
+ &nbsp; softwares :
+
+ &nbsp; &nbsp; &nbsp;- Autoconf &nbsp; &nbsp; &nbsp; &lt;URL:<A HREF="http://www.gnu.org/software/autoconf/autoconf.html">http://www.gnu.org/software/autoconf/autoconf.html</A>&gt;
+ &nbsp; &nbsp; &nbsp;- Automake &nbsp; &nbsp; &nbsp; &lt;URL:<A HREF="http://www.gnu.org/software/automake/automake.html">http://www.gnu.org/software/automake/automake.html</A>&gt;
+ &nbsp; &nbsp; &nbsp;- Libtool &nbsp; &nbsp; &nbsp; &nbsp;&lt;URL:<A HREF="http://www.gnu.org/software/libtool/libtool.html">http://www.gnu.org/software/libtool/libtool.html</A>&gt;
+ &nbsp; &nbsp; &nbsp;- Lex / Flex &nbsp; &nbsp; &lt;URL:<A HREF="http://www.gnu.org/software/flex/flex.html">http://www.gnu.org/software/flex/flex.html</A>&gt;
+ &nbsp; &nbsp; &nbsp;- Yacc / Bison &nbsp; &lt;URL:<A HREF="http://www.gnu.org/software/bison/bison.html">http://www.gnu.org/software/bison/bison.html</A>&gt;
+ &nbsp; &nbsp; &nbsp;- Mesa &nbsp; &nbsp; 3.3 &nbsp; &lt;URL:<A HREF="http://www.mesa3d.org/">http://www.mesa3d.org/</A>&gt;
+
+ &nbsp; On some OpenGL implementations, you migth have some troubles, coming from
+ &nbsp; the &lt;GL/glext.h&gt; file, to get NeL to compile. This file could be missing
+ &nbsp; or not up to date. You will find the latest version of this file on SGI's
+ &nbsp; website :
+
+ &nbsp; &nbsp; &nbsp;- glext.h &nbsp; &nbsp; &nbsp; &nbsp;&lt;URL:<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h">http://oss.sgi.com/projects/ogl-sample/ABI/glext.h</A>&gt;
+
+ &nbsp; Most of our documentation is done using Doxygen, so you might need it
+ &nbsp; to read our prose and our code documentation. If you want have nice
+ &nbsp; graphs like dependency graphs, collaboration diagrams, or graphical
+ &nbsp; class hierarchy graphs you will need Graphviz :
+
+ &nbsp; &nbsp; &nbsp;- Doxygen &nbsp; &nbsp; &nbsp; &nbsp;&lt;URL:<A HREF="http://www.stack.nl/~dimitri/doxygen/">http://www.stack.nl/~dimitri/doxygen/</A>&gt;
+ &nbsp; &nbsp; &nbsp;- Graphviz &nbsp; &nbsp; &nbsp; &lt;URL:<A HREF="http://www.research.att.com/sw/tools/graphviz/">http://www.research.att.com/sw/tools/graphviz/</A>&gt;
+ &nbsp;
+ &nbsp; Most of these softwares should be already installed on your system or
+ &nbsp; provided on your installation disk.
+
+ &nbsp; The given sofware or library version numbers are the ones that we are
+ &nbsp; using. We don't know if it working with other (older or more recent)
+ &nbsp; versions of these softwares or libraries. You are welcome to help us
+ &nbsp; to define more precisely these informations ;-)
+
+
+Compilation
+===========
+
+ &nbsp; 1. Windows compilation
+ &nbsp; ----------------------
+
+ &nbsp; &nbsp; &nbsp;The compilation on Windows has been done only with Visual C++ 6.0 SP4.
+
+ &nbsp; &nbsp; &nbsp;You first need to compile STLport and FreeType libraries. It's a quite
+ &nbsp; &nbsp; &nbsp;long compilation process, and you should carefully read these libraries
+ &nbsp; &nbsp; &nbsp;documentation (at least the README and INSTALL files) before compiling
+ &nbsp; &nbsp; &nbsp;and installing them.
+
+ &nbsp; &nbsp; &nbsp;STLport Compilation :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Open a Dos window and go in the STLPort's src directory.
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Rename or copy the &quot;vc6-unicode.mak&quot; to &quot;Makefile&quot;.
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Execute `nmake clean all` followed by `nmake install`.
+
+ &nbsp; &nbsp; &nbsp;FreeType compilation, by using GNU Make :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - You need to intall GNU make and to place it in the PATH.
+
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;URL:<A HREF="http://ftpsearch.lycos.com/swadv/AdvResults.asp?query=gnumake-win32">http://ftpsearch.lycos.com/swadv/AdvResults.asp?query=gnumake-win32</A>&gt;
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Open a Dos window and go in the FreeType's directory.
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Execute `make setup visualc' followed by `make`.
+
+ &nbsp; &nbsp; &nbsp;FreeType compilation, by using an IDE :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Compile every (base and optionnal) library components listed
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at the end of the FreeType's INSTALL file.
+
+ &nbsp; &nbsp; &nbsp;Set up Visual C++ to find the STLPort and FreeType libraries. This
+ &nbsp; &nbsp; &nbsp;is done in the [Tools -&gt; Options -&gt; Directories] menu :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Add the STLPort include directory to the &quot;Library Files&quot; category.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; The STLPort include *must* be inserted before the microsoft one or
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the compiler will take microsoft STL instead of STLPort STL.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (use the arrow button to put the STLPort include at the top)
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ex: D:/stlport-4.0/stlport
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Add the STLPort library directory to the &quot;Library Files&quot; category.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ex: D:/stlport-4.0/lib
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Add the FreeType include directory to the &quot;Include Files&quot; category.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ex: D:/freetype-2.0/include
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Add the FreeType library directory to the &quot;Library Files&quot; category.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ex: D:/freetype-2.0/obj
+
+ &nbsp; &nbsp; &nbsp;Open the workspace file &quot;nel.dsw&quot; (in the menu [File -&gt; Workspace]).
+
+ &nbsp; &nbsp; &nbsp;Setup Visual C++ to find the NeL include and library files :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Add the NEL include directory to the &quot;Library Files&quot; category.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ex: D:/test/code/nel/include
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Add the STLPort library directory to the &quot;Library Files&quot; category.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ex: D:/test/code/nel/lib
+
+
+ &nbsp; 2. GNU/Linux compilation
+ &nbsp; ------------------------
+
+ &nbsp; &nbsp; &nbsp;In the NeL directory do :
+
+ &nbsp; &nbsp; &nbsp; In the case (ex: after a cvs checkout) that you need to rebuild the
+ &nbsp; &nbsp; &nbsp; &quot;configure&quot; script and/or the &quot;Makefile.in&quot; files, execute the
+ &nbsp; &nbsp; &nbsp; &quot;bootstrap&quot; script in the NeL directory :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; % ./bootstrap
+
+ &nbsp; &nbsp; &nbsp; &nbsp; % ./configure --with-stlport=&lt;Path_to_the_stlport_headers_files&gt; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --with-python=&lt;Path_to_the_python_headers_files&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; % make
+
+ &nbsp; &nbsp; &nbsp;The &quot;configure&quot; script must be call with the &quot;--with-stlport&quot; and
+ &nbsp; &nbsp; &nbsp;&quot;--with-python&quot; options.
+ &nbsp; &nbsp; &nbsp;The option &quot;--with-stlport&quot; allow to override the default STL headers
+ &nbsp; &nbsp; &nbsp;and the option &quot;--with-python&quot; tell to the configuration script, where
+ &nbsp; &nbsp; &nbsp;to find the Python headers files.
+
+ &nbsp; &nbsp; &nbsp;You migth need to specify the FreeType 2 installation prefix by using
+ &nbsp; &nbsp; &nbsp;the &quot;--with-freetype&quot; argument (ex: &quot;/usr/local&quot; will look for the
+ &nbsp; &nbsp; &nbsp;header files in &quot;/usr/local/include&quot; and the library files in the
+ &nbsp; &nbsp; &nbsp;&quot;/usr/local/lid/ directory).
+
+ &nbsp; &nbsp; &nbsp;To pass additional arguments to the C++ compiler, use the command line :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; % CXXFLAGS=-pipe ./configure --with-stlport=&lt;STLPort_headers_path&gt;
+
+ &nbsp; &nbsp; &nbsp;To get the complete list of arguments of the &quot;configure&quot; script use the
+ &nbsp; &nbsp; &nbsp;following command :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; % ./configure --help
+
+
+Installation
+============
+
+ &nbsp; 1. Windows installation
+ &nbsp; -----------------------
+
+ &nbsp; &nbsp; &nbsp;Not done yet.
+
+
+ &nbsp; 2. GNU/Linux installation
+ &nbsp; --------------------------
+
+ &nbsp; &nbsp; &nbsp;% make install
+
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup/index.html b/cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup/index.html
new file mode 100644
index 00000000..43c4f920
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nel/INSTALL?rev=1.15&content-type=text/x-cvsweb-markup/index.html
@@ -0,0 +1,289 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<HTML>
+<HEAD>
+ <TITLE>nevrax.org : cvs</TITLE>
+ <META name="keywords" content="freesoftware,nel,newt,snowballs,richard stallman,GNU,Multi-User Online World">
+
+ <LINK REL=stylesheet TYPE="text/css" HREF="http://www.nevrax.org/inc/css/nevrax.css">
+</HEAD>
+<BODY MARGINHEIGHT="0" MARGINWIDTH="0">
+
+<!-- uplinks -->
+<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
+ <TR>
+ <TD WIDTH=16><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="16" HEIGHT="16" BORDER=0 ALT=""></TD>
+ <TD WIDTH=140 BGCOLOR=#dddddd><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="140" HEIGHT="16" BORDER=0 ALT=""></TD>
+ <TD WIDTH=16><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="16" HEIGHT="16" BORDER=0 ALT=""></TD>
+ <TD><IMG width=6 height=14 SRC="http://www.nevrax.org/inc/img/reddots.gif" ALT="#" VSPACE=2 HSPACE=2 BORDER=0 ></TD><TD VALIGN=middle>&nbsp;<A CLASS=uplinks HREF=http://www.nevrax.org><b>Home</B></FONT></A>&nbsp;&nbsp;&nbsp;</TD>
+ <TD><IMG width=6 height=14 SRC="http://www.nevrax.org/inc/img/reddots.gif" ALT="#" VSPACE=2 HSPACE=2 BORDER=0 ></TD><TD VALIGN=middle>&nbsp;<A CLASS=uplinks HREF=http://www.nevrax.com><b>nevrax.com</B></FONT></A>&nbsp;&nbsp;&nbsp;</TD>
+ </TR>
+</TABLE>
+
+<!-- banner Nevrax -->
+<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=100%>
+ <TR><TD BGCOLOR="#000000" BACKGROUND="http://www.nevrax.org/inc/img/black_banner.jpg"><A HREF="http://www.nevrax.org"><IMG SRC="http://www.nevrax.org/inc/img/nevrax.gif" WIDTH="170" HEIGHT="45" BORDER=0 ALT="Nevrax" ></A></TD></TR>
+</TABLE>
+
+<!-- main table -->
+<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 height=100%>
+ <TR>
+ <TD WIDTH=16><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="16" HEIGHT="10" BORDER=0 ALT=""></TD>
+ <TD WIDTH=140 BGCOLOR=#dddddd VALIGN=TOP ALIGN=middle><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="140" HEIGHT="10" BORDER=0 ALT="">
+
+ <!------ Begin Box ------>
+ <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR=black><TR><TD><TABLE border=0 cellspacing=2 cellpadding=0 width=120><tr><TD ALIGN=middle bgcolor=black>
+ <FONT COLOR=white FACE="sans-serif"><B>Nevrax.org</B></FONT></TD></TR><tr><td colspan=2 bgcolor=#FFFFFF>
+ <TABLE cellspacing=0 cellpadding=1 border=0>
+ <tr><td ALIGN=middle><a class='linkbox' href="http://www.nevrax.org/news/" TITLE="Rubrique news"><img width=13 height=15 hspace=5 border=0 src=http://www.nevrax.org/inc/img/picto-news.gif ALT=#></A></td><td><a class='linkbox' href="http://www.nevrax.org/news/" TITLE="News">News</a></td></tr>
+ <tr><td ALIGN=middle><a class='linkbox' href="http://www.nevrax.org/mail/" TITLE="Rubrique mail"><img width=15 height=11 hspace=5 border=0 src=http://www.nevrax.org/inc/img/picto-mail.gif ALT=#></A></td><td><a class='linkbox' href="http://www.nevrax.org/mail/" TITLE="Mailing list archive">Mailing-list</a></td></tr>
+ <tr><td ALIGN=middle><a class='linkbox' href="http://www.nevrax.org/docs/" TITLE="Rubrique docs"><img width=14 height=16 hspace=5 border=0 src=http://www.nevrax.org/inc/img/picto-docs.gif ALT=#></A></td><td><a class='linkbox' href="http://www.nevrax.org/docs/" TITLE="Documentation">Documentation</a></td></tr>
+ <tr><td ALIGN=middle><a class='linkbox' href="http://www.nevrax.org/cvs/" TITLE="Rubrique cvs"><img width=13 height=17 hspace=5 border=0 src=http://www.nevrax.org/inc/img/picto-cvs.gif ALT=#></A></td><td><a class='linkbox' href="http://www.nevrax.org/cvs/" TITLE="CVS Web">CVS</a></td></tr>
+ <tr><td ALIGN=middle><a class='linkbox' href="http://www.nevrax.org/bugs/" TITLE="Rubrique bugs"><img width=20 height=16 hspace=5 border=0 src=http://www.nevrax.org/inc/img/picto-bugs.gif ALT=#></A></td><td><a class='linkbox' href="http://www.nevrax.org/bugs/" TITLE="Bugtracking">Bugs</a></td></tr>
+ <tr><td ALIGN=middle><a class='linkbox' href="http://www.nevrax.org/free/" TITLE="Rubrique license"><img width=18 height=12 hspace=5 border=0 src=http://www.nevrax.org/inc/img/picto-free.gif ALT=#></A></td><td><a class='linkbox' href="http://www.nevrax.org/free/" TITLE="Free Software">Free software</a></td></tr>
+ </TABLE>
+ </TD></TR></TABLE></TD></TR></TABLE>
+ <!------ End Box ------>
+
+ </TD>
+ <TD WIDTH=15><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="16" HEIGHT="16" BORDER=0 ALT=""></TD>
+ <TD ALIGN=left valign=top><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="140" HEIGHT="10" BORDER=0 ALT="">
+
+<!-- title -->
+<TABLE background="http://www.nevrax.org/inc/img/redline.gif" CELLSPACING=0 CELLPADDING=0 BORDER=0 width=100%><tr><td>
+<A HREF="http://www.nevrax.org/cvs/"><img src="http://www.nevrax.org/inc/img/t_cvs.gif" ALT="cvs" HEIGHT=20 BORDER=0></A>
+</td><td><IMG SRC="http://www.nevrax.org/inc/img/pixel.gif" WIDTH="1" HEIGHT="1" BORDER=0 ALT="">
+</td></tr></table>
+
+<!-- title -->
+<table width=100%><tr><td align=left><b> <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nel/">nel</a> / INSTALL</b></td><td align=right><b></b></td></TR></TABLE>
+
+<!-- block -->
+<TABLE bgcolor="#dddddd" CELLSPACING=0 CELLPADDING=0 BORDER=0 width=100%><tr><td width=1% valign=middle><img width=6 height=14 hspace=2 vspace=2 src="http://www.nevrax.org/inc/img/reddots.gif"></TD>
+ <TD><B>INSTALL</B></TD>
+ <TD ALIGN=RIGHT> </td>
+</tr></table>
+<P>
+<p>Default branch: MAIN<BR>
+<HR size=1 NOSHADE><P><a NAME="rev1.15"></a><a NAME="HEAD"></a><a NAME="MAIN"></a>
+ Revision <A HREF="INSTALL?rev=1.15&amp;content-type=text/x-cvsweb-markup"><b>1.15</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.15&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.15&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.15">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.15">[select for diffs]</A>
+, <i>Tue Apr 10 13:44:50 2001 UTC</i> (2 months, 1 week ago) by <i>loic_at_senga.org</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>CVS Tags: <b><A HREF="INSTALL?only_with_tag=HEAD">HEAD</A>
+</b><BR>Changes since <b>1.14: +6 -9
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.14&amp;r2=1.15">1.14</A>
+<PRE>
+ADDED configure(s) arguments --with-debug and --without-debug to change
+gcc arguments (-g -O -O3 etc ...).
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.14"></a>
+ Revision <A HREF="INSTALL?rev=1.14&amp;content-type=text/x-cvsweb-markup"><b>1.14</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.14&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.14&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.14">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.14">[select for diffs]</A>
+, <i>Thu Feb 22 18:19:20 2001 UTC</i> (3 months, 4 weeks ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.13: +9 -6
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.13&amp;r2=1.14">1.13</A>
+<PRE>
+# Add some FreeType compilation informations.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.13"></a>
+ Revision <A HREF="INSTALL?rev=1.13&amp;content-type=text/x-cvsweb-markup"><b>1.13</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.13&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.13&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.13">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.13">[select for diffs]</A>
+, <i>Thu Feb 22 16:10:17 2001 UTC</i> (3 months, 4 weeks ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.12: +23 -1
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.12&amp;r2=1.13">1.12</A>
+<PRE>
+# Add some more informations about the Windows intallation process, mainly about thSTLPort and FreeType installation.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.12"></a>
+ Revision <A HREF="INSTALL?rev=1.12&amp;content-type=text/x-cvsweb-markup"><b>1.12</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.12&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.12&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.12">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.12">[select for diffs]</A>
+, <i>Wed Feb 21 17:46:39 2001 UTC</i> (4 months ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.11: +3 -0
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.11&amp;r2=1.12">1.11</A>
+<PRE>
+Add a comment to specified that the STLPort need to be compiled.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.11"></a>
+ Revision <A HREF="INSTALL?rev=1.11&amp;content-type=text/x-cvsweb-markup"><b>1.11</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.11&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.11&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.11">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.11">[select for diffs]</A>
+, <i>Tue Feb 20 13:26:37 2001 UTC</i> (4 months ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.10: +6 -7
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.10&amp;r2=1.11">1.10</A>
+<PRE>
+Change the &lt;GL/glext.h&gt; comments to make it more clear.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.10"></a>
+ Revision <A HREF="INSTALL?rev=1.10&amp;content-type=text/x-cvsweb-markup"><b>1.10</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.10&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.10&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.10">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.10">[select for diffs]</A>
+, <i>Mon Feb 19 16:27:32 2001 UTC</i> (4 months ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.9: +1 -1
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.9&amp;r2=1.10">1.9</A>
+<PRE>
+# Change the Freetype website from www.freetype.org to freetype.sourceforge.net
+because it's down for a long time.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.9"></a>
+ Revision <A HREF="INSTALL?rev=1.9&amp;content-type=text/x-cvsweb-markup"><b>1.9</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.9&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.9&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.9">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.9">[select for diffs]</A>
+, <i>Fri Feb 16 09:29:04 2001 UTC</i> (4 months ago) by <i>lecroart</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.8: +3 -0
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.8&amp;r2=1.9">1.8</A>
+<PRE>
+add information about windows external lib compilation
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.8"></a>
+ Revision <A HREF="INSTALL?rev=1.8&amp;content-type=text/x-cvsweb-markup"><b>1.8</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.8&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.8&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.8">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.8">[select for diffs]</A>
+, <i>Thu Feb 15 09:57:12 2001 UTC</i> (4 months, 1 week ago) by <i>lecroart</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.7: +3 -0
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.7&amp;r2=1.8">1.7</A>
+<PRE>
+explaination for stlport include (must be the first include)
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.7"></a><a NAME="proto_0_2"></a><a NAME="nel_0_3"></a>
+ Revision <A HREF="INSTALL?rev=1.7&amp;content-type=text/x-cvsweb-markup"><b>1.7</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.7&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.7&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.7">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.7">[select for diffs]</A>
+, <i>Thu Jan 25 14:51:05 2001 UTC</i> (4 months, 3 weeks ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>CVS Tags: <b><A HREF="INSTALL?only_with_tag=proto_0_2">proto_0_2</A>,
+<A HREF="INSTALL?only_with_tag=nel_0_3">nel_0_3</A>
+</b><BR>Changes since <b>1.6: +8 -0
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.6&amp;r2=1.7">1.6</A>
+<PRE>
+Add informations about Doxygen and Gaphviz.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.6"></a>
+ Revision <A HREF="INSTALL?rev=1.6&amp;content-type=text/x-cvsweb-markup"><b>1.6</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.6&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.6&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.6">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.6">[select for diffs]</A>
+, <i>Tue Jan 23 15:13:27 2001 UTC</i> (4 months, 4 weeks ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.5: +8 -0
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.5&amp;r2=1.6">1.5</A>
+<PRE>
+Add a note about the Mesa's glext.h file, which could be not up to date.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.5"></a><a NAME="proto_0_1"></a><a NAME="nel_0_2"></a>
+ Revision <A HREF="INSTALL?rev=1.5&amp;content-type=text/x-cvsweb-markup"><b>1.5</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.5&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.5&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.5">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.5">[select for diffs]</A>
+, <i>Thu Jan 11 16:14:08 2001 UTC</i> (5 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>CVS Tags: <b><A HREF="INSTALL?only_with_tag=proto_0_1">proto_0_1</A>,
+<A HREF="INSTALL?only_with_tag=nel_0_2">nel_0_2</A>
+</b><BR>Changes since <b>1.4: +8 -3
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.4&amp;r2=1.5">1.4</A>
+<PRE>
+Add version number to the used softwares and libraries and some comment
+about it.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.4"></a>
+ Revision <A HREF="INSTALL?rev=1.4&amp;content-type=text/x-cvsweb-markup"><b>1.4</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.4&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.4&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.4">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.4">[select for diffs]</A>
+, <i>Wed Jan 10 17:50:12 2001 UTC</i> (5 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.3: +11 -7
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.3&amp;r2=1.4">1.3</A>
+<PRE>
+Update &quot;configure&quot; script usage concerning the Python option.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.3"></a>
+ Revision <A HREF="INSTALL?rev=1.3&amp;content-type=text/x-cvsweb-markup"><b>1.3</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.3&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.3&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.3">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.3">[select for diffs]</A>
+, <i>Wed Jan 10 16:24:38 2001 UTC</i> (5 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.2: +4 -3
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.2&amp;r2=1.3">1.2</A>
+<PRE>
+Add Python checking and information to the compilation system.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.2"></a>
+ Revision <A HREF="INSTALL?rev=1.2&amp;content-type=text/x-cvsweb-markup"><b>1.2</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.2&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.2&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.2">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.2">[select for diffs]</A>
+, <i>Tue Jan 9 15:04:36 2001 UTC</i> (5 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Changes since <b>1.1: +13 -0
+ lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL.diff?r1=1.1&amp;r2=1.2">1.1</A>
+<PRE>
+Add some lines to the requirements chapter.
+</PRE>
+<HR size=1 NOSHADE><P><a NAME="rev1.1"></a>
+ Revision <A HREF="INSTALL?rev=1.1&amp;content-type=text/x-cvsweb-markup"><b>1.1</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.1&amp;content-type=text/plain" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/INSTALL?rev=1.1&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/INSTALL?annotate=1.1">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/INSTALL?r1=1.1">[select for diffs]</A>
+, <i>Fri Nov 24 14:05:12 2000 UTC</i> (6 months, 4 weeks ago) by <i>valignat</i>
+<BR>Branch: <b><A HREF="INSTALL?only_with_tag=MAIN">MAIN</A>
+</b>
+<BR>Diff<PRE>
+Initial version
+</PRE>
+
+<!-- block -->
+<TABLE bgcolor="#dddddd" CELLSPACING=0 CELLPADDING=0 BORDER=0 width=100%><tr><td width=1% valign=middle><img width=6 height=14 hspace=2 vspace=2 src="http://www.nevrax.org/inc/img/reddots.gif"></TD>
+ <TD><B>Request Diffs</B></TD>
+ <TD ALIGN=RIGHT> </td>
+</tr></table>
+<P>
+<P>
+<FORM METHOD="GET" ACTION="/cvs/cvsweb.cgi/code/nel/INSTALL.diff" NAME="diff_select">
+Diffs between
+<SELECT NAME="r1">
+<OPTION VALUE="text" SELECTED>Use Text Field
+<OPTION VALUE="1.7:proto_0_2">proto_0_2
+<OPTION VALUE="1.5:proto_0_1">proto_0_1
+<OPTION VALUE="1.7:nel_0_3">nel_0_3
+<OPTION VALUE="1.5:nel_0_2">nel_0_2
+<OPTION VALUE="1:MAIN">MAIN
+<OPTION VALUE="1.15:HEAD">HEAD
+</SELECT>
+<INPUT TYPE="TEXT" SIZE="12" NAME="tr1" VALUE="1.1" onChange='document.diff_select.r1.selectedIndex=0'>
+ and
+<SELECT NAME="r2">
+<OPTION VALUE="text" SELECTED>Use Text Field
+<OPTION VALUE="1.7:proto_0_2">proto_0_2
+<OPTION VALUE="1.5:proto_0_1">proto_0_1
+<OPTION VALUE="1.7:nel_0_3">nel_0_3
+<OPTION VALUE="1.5:nel_0_2">nel_0_2
+<OPTION VALUE="1:MAIN">MAIN
+<OPTION VALUE="1.15:HEAD">HEAD
+</SELECT>
+<INPUT TYPE="TEXT" SIZE="12" NAME="tr2" VALUE="1.15" onChange='docuement.diff_select.r2.selectedIndex=0'>
+<BR>Type of Diff should be a&nbsp;<SELECT NAME="f">
+<OPTION VALUE=h SELECTED>Colored Diff<OPTION VALUE=H>Long Colored Diff<OPTION VALUE=u>Unidiff<OPTION VALUE=c>Context Diff<OPTION VALUE=s>Side by Side</SELECT><INPUT TYPE=SUBMIT VALUE=" Get Diffs ">
+</FORM>
+
+<!-- block -->
+<TABLE bgcolor="#dddddd" CELLSPACING=0 CELLPADDING=0 BORDER=0 width=100%><tr><td width=1% valign=middle><img width=6 height=14 hspace=2 vspace=2 src="http://www.nevrax.org/inc/img/reddots.gif"></TD>
+ <TD><B>Select branch</B></TD>
+ <TD ALIGN=RIGHT> </td>
+</tr></table>
+<P>
+<P>
+<A name=branch></A>
+<FORM METHOD="GET" ACTION="/cvs/cvsweb.cgi/code/nel/INSTALL">
+View only Branch:
+<SELECT NAME="only_with_tag" onchange="submit()">
+<OPTION VALUE="">Show all branches
+<OPTION>MAIN
+</SELECT>
+<INPUT TYPE=SUBMIT VALUE=" View Branch ">
+</FORM>
+<A name=logsort></A>
+<FORM METHOD="GET" ACTION="/cvs/cvsweb.cgi/code/nel/INSTALL">
+Sort log by:
+<SELECT NAME="logsort" onchange="submit()">
+<OPTION VALUE=cvs>Not sorted<OPTION VALUE=date SELECTED>Commit date<OPTION VALUE=rev>Revision</SELECT>
+<INPUT TYPE=SUBMIT VALUE=" Sort ">
+</FORM>
+
+<!-- footer -->
+<BR><FONT Size=+5>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </FONT>
+</TD>
+<TD WIDTH=15><IMG SRC=http://www.nevrax.org/inc/img/pixel.gif WIDTH=15 HEIGHT=15 BORDER=0 ALT=""></TD>
+</TR>
+</TABLE>
+</BODY>
+</HTML></BODY></HTML>