Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | New alternative TCLINC and TCLLIB suggestions in the Makefile. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4cef637367f9a9847bb266df8efc91f6 |
User & Date: | drh 2018-03-08 14:50:41.022 |
Context
2018-03-08
| ||
16:27 | Improvements to SQLite Archive documentation. (check-in: 7647551ed3 user: drh tags: trunk) | |
14:50 | New alternative TCLINC and TCLLIB suggestions in the Makefile. (check-in: 4cef637367 user: drh tags: trunk) | |
13:39 | Continuing work on the sqlar.html document. (check-in: 2e4f0d8cda user: drh tags: trunk) | |
Changes
Changes to Makefile.
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | TCLFLAGS = -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -ldl -lm -lpthread -lz # Alternative TCL settings: # #TCLINC = -I$(HOME)/tcl/include #TCLFLAGS = -static $(HOME)/tcl/lib/libtcl8.6.a -ldl -lm -lpthread -lz # # The altenative settings will work if you build your on TCL as follows: # # # unpack the tarball (tcl 8.6 or later) # cd unix # ./configure --prefix=$(HOME)/tcl # make install # | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | TCLFLAGS = -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -ldl -lm -lpthread -lz # Alternative TCL settings: # #TCLINC = -I$(HOME)/tcl/include #TCLFLAGS = -static $(HOME)/tcl/lib/libtcl8.6.a -ldl -lm -lpthread -lz # #TCLINC = -I$(HOME)/tcl/include #TCLFLAGS = -L$(HOME)/lib -ltcl8.7 -ldl -lm -lpthread -lz # # The altenative settings will work if you build your on TCL as follows: # # # unpack the tarball (tcl 8.6 or later) # cd unix # ./configure --prefix=$(HOME)/tcl # make install # |
︙ | ︙ |