"SfR Fresh" - the SfR Freeware/Shareware Archive 
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 lib/README.txt
2
3 This directory contains several interesting precompiled library build
4 environments.
5
6 lib/longlong
7 lib/longlong directory contains build environment for include/long.dll.
8 include/long.dll contains 'long long' integer support library. Goto
9 lib/longlong directory and do 'sh setup' or 'setup.bat'.
10
11 lib/posix
12 lib/posix directory contains build environment for include/posix.dl.
13 include/posix.dl contains subset of POSIX.1 system calls. Goto lib/posix
14 directory and do 'sh setup' if you use UNIX.
15 This directory also contains POSIX system call emulation library for WIN32.
16 Do 'setup.bat' if you use WIN32.
17
18 lib/win32api
19 lib/win32api directory contains build environment for include/win32api.dll.
20 include/win32api.dll contains subset of Win32 API functions. Goto
21 lib/win32api directory and do 'setup.bat' if you use WinNT/9x.
22
23 lib/socket
24 lib/socket directory contains build environment for include/cintsock.dll.
25 include/cintsock.dll contains small subset of TCP/IP library. Goto
26 lib/socket directory and do 'sh setup' or 'setup.bat'.
27
28 lib/dll_stl
29 lib/dll_stl directory contains build environment for precompiled STL
30 containers. string, vector and map are currently supported. Goto lib/stl
31 directory and do 'setup.bat'.
32
33 lib/prec_stl
34 lib/perc_stl directory contains dummy header files for precompiling STL
35 containers.
36
37 lib/WildCard
38 lib/wintcldl
39 lib/WildCard and lib/wintcldl directories contains build environment for
40 WildC++ , a combination of CINT and Tcl/Tk. lib/WildCard is for UNIX and
41 lib/wintcldl is for WinNT/9x. Goto one of those directory and read README
42 file there.
43
44 lib/cintocx
45 lib/cintocx directory contains build environment for cintocx.ocx.
46 Cint works with VisualBasic. This implementation is premature and not.
47 recommended for use.
48
49 lib/xlib
50 lib/xlib directory contains build environment for include/X11/xlib.dll.
51 This DLL includes most of the basic X11R6 API.
52
53 lib/gl
54 lib/gl directory contains build environment for include/gl.dll.
55 This DLL includes basic openGL API.
56
57 lib/qt
58 lib/qt directory contains build environment for include/qtcint.dll.
59 This DLL includes basic Qt library API.
60
61
62 lib/stream
63 lib/cbstream
64 lib/bcstream
65 lib/vcstream
66 lib/stdstrct
67 These directories are for cint built-in symbol table generation. Do not
68 touch these directories unless you know very well about the details.
69
70
71