Preparations for automake build.
[vlp.git] / INSTALL
1 Pre-requisite:
2    Prior To compile and run Virtual LOGLAN Processor you should compile
3    the QT library.(You may consult the file "inst/LICENSE.QT" for more informations
4    about the QT. 
5    Read the file
6        installQT.html
7    and follow the instructions contained there.       
8      
9
10
11 First, you MUST edit the file "Dir" and set the proper directories:
12
13 QINC - directory where the QT library includes are stored
14 QLIB - directory where you have your  QT library (ver. 1.30)
15 MOCDIR - QT library has a special compiler named "moc", write
16          the directory where this compiler is stored
17
18 INSTALLDIR - directory where the Virtual LOGLAN Processor will be
19              installed
20
21 Next, run the following:
22
23         ./configure 
24
25 to configure source files
26
27         make
28
29 to build VLP and
30
31         make install
32
33 to install Virtual LOGLAN Processor
34
35 Now you must configure your "vlp.cfg" file which is stored in
36 the instalation directory.
37 WARNING! Variable "homedir" should point to the directory where
38 you have program "logker" installed. This MUST be a full path !!!                               
39
40
41
42