-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathINSTALL.txt
43 lines (28 loc) · 1.56 KB
/
INSTALL.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
pantheios - Install
====================
Updated: 7th August 2012
The following steps are required to install Pantheios:
1. Download the latest distribution of Pantheios, from
http://pantheios.org/
2. Unzip it to a directory of your choice, e.g c:\3pty\pantheios-1.0.1
3. Define an environment variable PANTHEIOS_ROOT, whose
value is the directory in which you unzipped
it, e.g. PANTHEIOS_ROOT=c:\3pty\pantheios-1.0.1
4. Download the latest distribution of STLSoft, from http://stlsoft.org/
5. Unzip it to a directory of your choice, e.g c:\3pty\stlsoft-1.9.115
6. Define an environment variable STLSOFT, whose value is the directory
in which you unzipped it, e.g. STLSOFT=c:\3pty\stlsoft-1.9.115
7. Open a command shell in the appropriate directory that matches your
compiler:
* if you're compiling with Visual C++ 7.1 then cd to build/vc71
* if you're compiling for UNIX with GCC 4.2, then cd
to build/gcc42.unix
* if you're compiling for Win-x64 with Visual C++ 9, then cd
to build/vc9.x64
8. Build using make:
* to build the Pantheios core libraries: "make build.libs.core"
* to build all libraries, examples and test: "make build"
* to build and run unit/component tests: "make test"
NOTE: Pantheios depends on the (header-only) STLSoft libraries - version
1.9.115 or later - available from http://www.stlsoft.org/.
=============================== End of file ================================