Differences From Artifact [d4d05c1e05]:
- File www/build.wiki — part of check-in [27a843d227] at 2014-01-11 20:38:44 on branch trunk — Fix incorrect link (user: jan.nijtmans size: 5956) [more...]
To Artifact [2f7883fd4e]:
- File www/build.wiki — part of check-in [481741f3f5] at 2014-06-03 19:42:26 on branch trunk — Update the build instructions for Mac OS 10.2. (user: drh size: 5979)
| ︙ | |||
154 155 156 157 158 159 160 161 162 163 164 165 | 154 155 156 157 158 159 160 161 162 163 164 165 166 | + | [http://www.activestate.com/activetcl|ActiveState]. <li><p> To build on older Macs (circa 2002, MacOS 10.2) edit the Makefile generated by configure to add the following lines: <blockquote><pre> TCC += -DSQLITE_WITHOUT_ZONEMALLOC TCC += -D_BSD_SOURCE TCC += -DWITHOUT_ICONV TCC += -Dsocketlen_t=int TCC += -DSQLITE_MAX_MMAP_SIZE=0 </pre></blockquote> </ul> |