290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
|
290
291
292
293
294
295
296
297
298
299
300
301
302
303
|
-
-
-
|
Fossil needs to be linked against [http://www.zlib.net | zlib]. If
the HTTPS option is enabled, then it will also need to link against
the appropriate SSL implementation. And, of course, Fossil needs to
link against the standard C library. No other libraries or external
dependences are used.
Fossil includes a copy of [https://github.com/richgel999/miniz | miniz]
which can be used as an alternative to zlib.
<h1>7.0 Debugging</h1>
Debug mode is controlled via FOSSIL_DEBUG preprocessor macro which could be
set explicitly at the make command for the target platform.
However, in practice it is instead recommended to add a respective configure
option for the target platform and then perform a clean build. This way the
|