+++ /dev/null
-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 !!!
-
-
-
-
+++ /dev/null
-#!/bin/sh
-
-cat Dir graph/mfile > graph/Makefile
-cat Dir net/mfile > net/Makefile
-cat Dir kernel/mfile > kernel/Makefile
-cat Dir lgconfig/mfile > lgconfig/Makefile
-cat Dir edit/mfile > edit/Makefile
-cat Dir preproc/mfile > preproc/Makefile
-cat Dir help/mfile > help/Makefile
-cat Dir int/mfile > int/Makefile
-cat Dir ./mfile > ./Makefile
-