Removing automake generated files. Old configure and INSTALL will be replaced with...
[vlp.git] / INSTALL
diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
index 51765f9..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,42 +0,0 @@
-Pre-requisite:
-   Prior To compile and run Virtual LOGLAN Processor you should compile
-   the QT library.(You may consult the file "inst/LICENSE.QT" for more informations
-   about the QT. 
-   Read the file
-       installQT.html
-   and follow the instructions contained there.       
-     
-
-
-First, you MUST edit the file "Dir" and set the proper directories:
-
-QINC - directory where the QT library includes are stored
-QLIB - directory where you have your  QT library (ver. 1.30)
-MOCDIR - QT library has a special compiler named "moc", write
-         the directory where this compiler is stored
-
-INSTALLDIR - directory where the Virtual LOGLAN Processor will be
-             installed
-
-Next, run the following:
-
-       ./configure 
-
-to configure source files
-
-       make
-
-to build VLP and
-
-       make install
-
-to install Virtual LOGLAN Processor
-
-Now you must configure your "vlp.cfg" file which is stored in
-the instalation directory.
-WARNING! Variable "homedir" should point to the directory where
-you have program "logker" installed. This MUST be a full path !!!                              
-
-
-
-