1
2
3
4
5
6
7
8
9
10
11
12
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
+
+
+
+
+
+
+
|
These are rough installation instructions. Please contact me at matt@kiatoa.com
if you have trouble installing.
1. Copy install.cfg.template to install.cfg and modify appropriately
2. Copy stml.config.template to your cgi dir as .stml.config and modify appropriately
- choose your db
3. Copy requirements.scm.template to requirements.scm and modify as needed
- choose your db (must match what you choose in 2. above)
run
> make
or
> CSC_OPTIONS='-C "-fPIC"' make
|