aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/code/nelns/INSTALL?rev=1.1&content-type=text/x-cvsweb-markup&hideattic=0
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/nelns/INSTALL?rev=1.1&content-type=text/x-cvsweb-markup&hideattic=0
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'cvs/cvsweb.cgi/code/nelns/INSTALL?rev=1.1&content-type=text/x-cvsweb-markup&hideattic=0')
-rw-r--r--cvs/cvsweb.cgi/code/nelns/INSTALL?rev=1.1&content-type=text/x-cvsweb-markup&hideattic=0/index.html103
1 files changed, 103 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/code/nelns/INSTALL?rev=1.1&content-type=text/x-cvsweb-markup&hideattic=0/index.html b/cvs/cvsweb.cgi/code/nelns/INSTALL?rev=1.1&content-type=text/x-cvsweb-markup&hideattic=0/index.html
new file mode 100644
index 00000000..dad87ae6
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/INSTALL?rev=1.1&content-type=text/x-cvsweb-markup&hideattic=0/index.html
@@ -0,0 +1,103 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/INSTALL - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="INSTALL?hideattic=0"><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?hideattic=0">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/?hideattic=0">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?hideattic=0">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?hideattic=0">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?hideattic=0">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?hideattic=0">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?hideattic=0">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/INSTALL?hideattic=0">INSTALL</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/INSTALL?rev=1.1&amp;hideattic=0" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/INSTALL?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Wed Apr 18 13:54:25 2001 UTC</i> (15 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+RENAMED code/server to code/nelns.
+</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 NEVRAX NeL Network Services need the following library :
+
+ &nbsp; &nbsp; &nbsp;- STLPort 4.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;URL:<A HREF="http://www.stlport.org/">http://www.stlport.org/</A>&gt;
+ &nbsp; &nbsp; &nbsp;- NeL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;URL:<A HREF="http://www.nevrax.org/">http://www.nevrax.org/</A>&gt;
+
+
+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;Set up Visual C++ to find the STLPort libraries. This is done in the
+ &nbsp; &nbsp; &nbsp;[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; 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;Open the workspace file &quot;services.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:/prefix/include
+
+ &nbsp; &nbsp; &nbsp; &nbsp; - Add the STLPort library directory to the &quot;Library Files&quot; category.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ex: D:/prefix/lib
+
+
+ &nbsp; 2. GNU/Linux compilation
+ &nbsp; ------------------------
+
+ &nbsp; &nbsp; &nbsp;In the case that you need to rebuild the &quot;configure&quot; script and/or the
+ &nbsp; &nbsp; &nbsp;&quot;Makefile.in&quot; files, execute the &quot;bootstrap&quot; script in the server
+ &nbsp; &nbsp; &nbsp;directory :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; % ./bootstrap
+
+ &nbsp; &nbsp; &nbsp;In the server directory do :
+
+ &nbsp; &nbsp; &nbsp; &nbsp; % ./configure --with-stlport=&lt;Path_to_the_stlport_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; option.
+ &nbsp; &nbsp; &nbsp;This option permit to override the default STL headers.
+
+ &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