Differences From Artifact [664991f9b3]:
- File INSTALL — part of check-in [3b621651c1] at 2016-05-14 19:42:47 on branch trunk — Added comment on fPIC and added clean target (user: matt, size: 515) [annotate] [blame] [check-ins using]
To Artifact [25d174366c]:
- File INSTALL — part of check-in [77503f3f5c] at 2016-07-10 04:53:50 on branch trunk — Fixed fork again (user: kiatoaco, size: 568) [annotate] [blame] [check-ins using] [more...]
︙ | |||
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 |