Overview
Comment: | Added hint regarding fPIC to INSTALL file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5f818de536f621daca1af15cf99e8af0 |
User & Date: | matt on 2016-05-14 16:40:06 |
Other Links: | manifest | tags |
Context
2016-07-10
| ||
04:53 | Fixed fork again check-in: 77503f3f5c user: kiatoaco tags: trunk | |
2016-05-14
| ||
16:40 | Added hint regarding fPIC to INSTALL file check-in: 5f818de536 user: matt tags: trunk | |
2015-12-28
| ||
03:34 | Added snip of stml code from Kiatoa project check-in: 7c85b0da59 user: matt tags: trunk | |
Changes
Modified INSTALL from [b40ebc8374] to [90c813268d].
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 |