Overview
Comment: | Fixed fork again |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
77503f3f5ca60a896c5e02c4cae54fbf |
User & Date: | kiatoaco on 2016-07-10 04:53:50 |
Other Links: | manifest | tags |
Context
2016-07-28
| ||
06:36 | emit limited debug info to the user if not in debug mode. Give name of log file check-in: e9e91f635f user: matt tags: trunk | |
2016-07-10
| ||
04:53 | Fixed fork again check-in: 77503f3f5c user: kiatoaco tags: trunk | |
2016-05-14
| ||
19:44 | Merged fork check-in: f3b21cf7d2 user: matt tags: trunk | |
16:40 | Added hint regarding fPIC to INSTALL file check-in: 5f818de536 user: matt tags: trunk | |
Changes
Modified INSTALL from [664991f9b3] to [25d174366c].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | + + + + + + + + | 3. Copy requirements.scm.template to requirements.scm and modify as needed - choose your db (must match what you choose in 2. above) If on 64 bit and you get error in compiling try fPIC: CSC_OPTIONS='-C "-fPIC"' make run > make or > CSC_OPTIONS='-C "-fPIC"' make |