OLD | NEW |
1 This is the SQLite extension for Tcl using the Tcl Extension | 1 This is the SQLite extension for Tcl using the Tcl Extension |
2 Architecture (TEA). For additional information on SQLite see | 2 Architecture (TEA). For additional information on SQLite see |
3 | 3 |
4 http://www.sqlite.org/ | 4 http://www.sqlite.org/ |
5 | 5 |
6 | 6 |
7 UNIX BUILD | 7 UNIX BUILD |
8 ========== | 8 ========== |
9 | 9 |
10 Building under most UNIX systems is easy, just run the configure script | 10 Building under most UNIX systems is easy, just run the configure script |
(...skipping 16 matching lines...) Expand all Loading... |
27 to create a Makefile. See the tcl/win/README file for the URL of | 27 to create a Makefile. See the tcl/win/README file for the URL of |
28 the Msys + Mingw download. | 28 the Msys + Mingw download. |
29 | 29 |
30 If you have VC++ then you may wish to use the files in the win | 30 If you have VC++ then you may wish to use the files in the win |
31 subdirectory and build the extension using just VC++. These files have | 31 subdirectory and build the extension using just VC++. These files have |
32 been designed to be as generic as possible but will require some | 32 been designed to be as generic as possible but will require some |
33 additional maintenance by the project developer to synchronise with | 33 additional maintenance by the project developer to synchronise with |
34 the TEA configure.in and Makefile.in files. Instructions for using the | 34 the TEA configure.in and Makefile.in files. Instructions for using the |
35 VC++ makefile are written in the first part of the Makefile.vc | 35 VC++ makefile are written in the first part of the Makefile.vc |
36 file. | 36 file. |
OLD | NEW |