Changed directory structure.
[vlp.git] / doc / InstallVLP.html
diff --git a/doc/InstallVLP.html b/doc/InstallVLP.html
new file mode 100644 (file)
index 0000000..feedcaf
--- /dev/null
@@ -0,0 +1,70 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>installation of VLP</title>
+   
+</head>
+  <body>
+   
+<h1>Installing VLP - Virtual Loglan Processor<br>
+</h1>
+<h2>Pre-requisite:</h2>
+  Prior to compile and run Virtual LOGLAN Processor you should install  
+  the QT library <font color="#cc0000">qt-1.45</font>.(You may consult the
+file "inst/LICENSE.QT" for more informations     about the QT.     <br>
+If your system does not contain the library qt-1.45 (nowadays most systems
+contains a newer, yet incompatible version of qt library)<br>
+Read the file        <br>
+  &nbsp; &nbsp; <font color="#000099">installQT.html</font>    <br>
+  and follow the instructions contained there.<br>
+  &nbsp; &nbsp; <br>
+  <br>
+   
+<h2>Installation:</h2>
+<ol>
+  <li>Create an empty directory e.g.&nbsp;<br>
+&nbsp; &nbsp; /usr/local/vlp.build</li>
+  <li>Put the file <br>
+&nbsp; &nbsp;vlp26.tgz<br>
+in this directory.</li>
+  <li>Extract the files executing&nbsp; e.g<br>
+&nbsp; &nbsp; gunzip vlp26.tgz<br>
+&nbsp; &nbsp; tar -xvf vlp26.tar</li>
+  <li>&nbsp;First, you MUST edit the file "<font color="#990000">Dir</font>"
+ and set the proper directories:  <br>
+QINC - directory where the QT library includes are stored, usually, /usr/lib/qt-1.45/include<br>
+   QLIB - directory where you have your  QT library, usually, /usr/lib/qt-1.45/lib<br>
+  MOCDIR - QT library has a special compiler named "moc", write         
+the  directory where this compiler is stored, usually, /usr/lib/qt-1.45/bin<br>
+    INSTALLDIR - directory where the Virtual LOGLAN Processor will be   
+          installed e.g.<br>
+&nbsp; &nbsp; &nbsp;/usr/local/vlp.</li>
+    <li>&nbsp;Next, run the following:<br>
+  &nbsp; &nbsp; &nbsp;<font color="#cc0000">./configure</font>   <br>
+  to configure source files,&nbsp;</li>
+    <li>execute        <br>
+  &nbsp; &nbsp; <font color="#cc0000">make </font> <br>
+  to build VLP and&nbsp;</li>
+    <li>execute        <br>
+  &nbsp; &nbsp; <font color="#cc0000">make install </font> <br>
+  to install Virtual LOGLAN Processor.</li>
+    <li>Now you should configure your "vlp.cfg" file which is stored in the
+ instalation directory. &nbsp;<br>
+Assure that the variable node_number has different  value on each computer
+you installed VLP. <br>
+This is <i>required</i> to identify the nodes  of virtual distributed Loglan
+multiprocessor.&nbsp;</li>
+    <li>WARNING! Variable "homedir" should point to the directory where you
+ have program "logker" installed. This MUST be a full path !!!<br>
+  something like<br>
+  &nbsp; &nbsp; &nbsp;/usr/local/vlp</li>
+  <li>If everything went smoothly and your VLP works correctly you may wish
+to delete the directory <br>
+&nbsp; &nbsp;/usr/local/vlp.build<br>
+  </li>
+   
+</ol>
+  <br>
+</body>
+</html>