-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
31 lines (18 loc) · 924 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Basic Installation
==================
Unix/X11:
The simplest way to compile this package is:
1. 'cd' to the directory containing the package's source code and type
'qmake zhsc.pro' to generate the makefile for your system.
2. Type 'make' to compile the package.
3. Type './zhsc' to run the application.
MS/Windows:
The simplest way to compile this package is:
1. 'cd' to the directory containing the package's source code and type
`qmake zhsc.pro' to generate the makefile for your system.
2. Type 'nmake' to compile the package.
3. Type 'zhsc.exe' to run the application.
Aother way to compile this package is:
1. 'cd' to the directory containing the package's source code and type
`qmake -t vcapp -o zhsc.dsp zhsc.pro' to generate the .dsp file for your system.
2. Use Microsoft Visual Studio 6.0 to open the project with zhsc.dsp and compile, run, debug the application in it.