Fossil SCM
Mention linenoise and miniz in makefile.wiki
Commit
f6ab9e2867b92fbbf73622c83bd27ff303f58ca4
Parent
426a5e7e9339a44…
1 file changed
+4
-1
+4
-1
| --- www/makefile.wiki | ||
| +++ www/makefile.wiki | ||
| @@ -35,11 +35,11 @@ | ||
| 35 | 35 | code files that do not participate in the preprocessing steps. |
| 36 | 36 | These three files that implement SQLite are: |
| 37 | 37 | |
| 38 | 38 | 4. sqlite3.c |
| 39 | 39 | 5. sqlite3.h |
| 40 | - 6. shell.c | |
| 40 | + 6. shell.c (which optionally uses linenoise.c and linenoise.h) | |
| 41 | 41 | |
| 42 | 42 | The sqlite3.c and sqlite3.h source files are byte-for-byte copies of a |
| 43 | 43 | standard [http://www.sqlite.org/amalgamation.html | amalgamation]. |
| 44 | 44 | The shell.c source file is code for the SQLite |
| 45 | 45 | [http://www.sqlite.org/sqlite.html | command-line shell] that is used |
| @@ -260,10 +260,13 @@ | ||
| 260 | 260 | Fossil needs to be linked against [http://www.zlib.net | zlib]. If |
| 261 | 261 | the HTTPS option is enabled, then it will also need to link against |
| 262 | 262 | the appropriate SSL implementation. And, of course, Fossil needs to |
| 263 | 263 | link against the standard C library. No other libraries or external |
| 264 | 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. | |
| 265 | 268 | |
| 266 | 269 | <h1>7.0 See Also</h1> |
| 267 | 270 | |
| 268 | 271 | * [./tech_overview.wiki | A Technical Overview Of Fossil] |
| 269 | 272 | * [./adding_code.wiki | How To Add Features To Fossil] |
| 270 | 273 |
| --- 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 |