Add proper handling of null column values
[hcoop/smlsql.git] / BUILDING
CommitLineData
3536fc2c
AC
1===================
2System requirements
3===================
4
5This requires a "working version" of SML/NJ on a POSIX system. It's
6best to use version 110.49 or later. Earlier versions have
7incompatibilities, bugs, or both.
8
9
10=============
11Configuration
12=============
13
14Modify the parameters at the start of 'build' as appropriate for your
15system.
16
b2d534b0 17These settings may be determined for you automatically by a fancy
3536fc2c
AC
18configuration program in a future release.
19
20
21========
22Building
23========
24
25All sources may be built by running the 'build' script in this
26directory. It does a clean re-build of all source files and stabilizes
27all libraries produced. The build script is not appropriate for use
28during development. Use the standard SML/NJ CM mechanisms if you are
29changing the code and don't want to recompile everything each time.
30
31[There is probably a better way to do this, but I haven't figured one
32out yet.]
33
34
35===================
36Using the libraries
37===================
38
39After building, include libpq/sources.cm in an SML/NJ project's .cm
40file. The libraries are stabilized, so people without write access to
41the directory can use them without problems.