Fossil SCM

Mention linenoise and miniz in makefile.wiki

andygoth 2016-11-06 02:50 trunk
Commit f6ab9e2867b92fbbf73622c83bd27ff303f58ca4
1 file changed +4 -1
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -35,11 +35,11 @@
3535
code files that do not participate in the preprocessing steps.
3636
These three files that implement SQLite are:
3737
3838
4. sqlite3.c
3939
5. sqlite3.h
40
- 6. shell.c
40
+ 6. shell.c (which optionally uses linenoise.c and linenoise.h)
4141
4242
The sqlite3.c and sqlite3.h source files are byte-for-byte copies of a
4343
standard [http://www.sqlite.org/amalgamation.html | amalgamation].
4444
The shell.c source file is code for the SQLite
4545
[http://www.sqlite.org/sqlite.html | command-line shell] that is used
@@ -260,10 +260,13 @@
260260
Fossil needs to be linked against [http://www.zlib.net | zlib]. If
261261
the HTTPS option is enabled, then it will also need to link against
262262
the appropriate SSL implementation. And, of course, Fossil needs to
263263
link against the standard C library. No other libraries or external
264264
dependences are used.
265
+
266
+Fossil includes a copy of [https://github.com/richgel999/miniz | miniz]
267
+which can be used as an alternative to zlib.
265268
266269
<h1>7.0 See Also</h1>
267270
268271
* [./tech_overview.wiki | A Technical Overview Of Fossil]
269272
* [./adding_code.wiki | How To Add Features To Fossil]
270273
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -35,11 +35,11 @@
35 code files that do not participate in the preprocessing steps.
36 These three files that implement SQLite are:
37
38 4. sqlite3.c
39 5. sqlite3.h
40 6. shell.c
41
42 The sqlite3.c and sqlite3.h source files are byte-for-byte copies of a
43 standard [http://www.sqlite.org/amalgamation.html | amalgamation].
44 The shell.c source file is code for the SQLite
45 [http://www.sqlite.org/sqlite.html | command-line shell] that is used
@@ -260,10 +260,13 @@
260 Fossil needs to be linked against [http://www.zlib.net | zlib]. If
261 the HTTPS option is enabled, then it will also need to link against
262 the appropriate SSL implementation. And, of course, Fossil needs to
263 link against the standard C library. No other libraries or external
264 dependences are used.
 
 
 
265
266 <h1>7.0 See Also</h1>
267
268 * [./tech_overview.wiki | A Technical Overview Of Fossil]
269 * [./adding_code.wiki | How To Add Features To Fossil]
270
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -35,11 +35,11 @@
35 code files that do not participate in the preprocessing steps.
36 These three files that implement SQLite are:
37
38 4. sqlite3.c
39 5. sqlite3.h
40 6. shell.c (which optionally uses linenoise.c and linenoise.h)
41
42 The sqlite3.c and sqlite3.h source files are byte-for-byte copies of a
43 standard [http://www.sqlite.org/amalgamation.html | amalgamation].
44 The shell.c source file is code for the SQLite
45 [http://www.sqlite.org/sqlite.html | command-line shell] that is used
@@ -260,10 +260,13 @@
260 Fossil needs to be linked against [http://www.zlib.net | zlib]. If
261 the HTTPS option is enabled, then it will also need to link against
262 the appropriate SSL implementation. And, of course, Fossil needs to
263 link against the standard C library. No other libraries or external
264 dependences are used.
265
266 Fossil includes a copy of [https://github.com/richgel999/miniz | miniz]
267 which can be used as an alternative to zlib.
268
269 <h1>7.0 See Also</h1>
270
271 * [./tech_overview.wiki | A Technical Overview Of Fossil]
272 * [./adding_code.wiki | How To Add Features To Fossil]
273

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button