-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL.txt
47 lines (36 loc) · 1.89 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
44
45
46
47
============================================================================
STLSoft - Install
; Created: 29th March 2002
; Updated: 26th August 2015
============================================================================
STLSoft is a 100% header-only library, and so requires no building.
It is recommended that you define an STLSOFT environment variable.
For example, if you're using UNIX and you install
to /usr/local/stlsoft/stlsoft-1.9.119 then you should set the environment
variable STLSOFT to /usr/local/stlsoft/stlsoft-1.9.119 in which case the
file stlsoft/stlsoft.h will be located in
$STLSOFT/include/stlsoft/stlsoft.h
Conversely, if you're using Windows and you intall
to C:\3pty\STLSoft\stlsoft-1.9.119 then you should set the environment
variable STLSoft to C:\3pty\STLSoft\stlsoft-1.9.119 in which case the
file stlsoft/stlsoft.h will be located in
C:\3pty\STLSoft\stlsoft-1.9.119\stlsoft\stlsoft.h
The makefiles / project files of several other open-source projects expect
this symbol, including:
* b64 http://synesis.com.au/software/b64.html
* CLASP http://sf.net/projects/systemtools/
* FastFormat http://fastformat.org/
* flecxx http://flecxx.org/
* Open-RJ http://openrj.org/
* Pantheios http://pantheios.org/
* recls http://recls.org/
* shwild http://shwild.org/
* xContract http://xcontract.org/
* xCover http://xcover.org/
* xTests http://xtests.org/
If you're using STLSoft on UNIX, you might want to apply dos2unix over all
the files before using it. You *must* do this if you're using the SunPro
C compiler.
NOTE: If you're using STLSoft 1.10 in alpha (delta) form, please consult
FAQ #6 in the accompanying FAQ.txt file.
=============================== End of file ================================