comparison mupdf-source/thirdparty/curl/GIT-INFO @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 _ _ ____ _
2 ___| | | | _ \| |
3 / __| | | | |_) | |
4 | (__| |_| | _ <| |___
5 \___|\___/|_| \_\_____|
6
7 GIT-INFO
8
9 This file is only present in git - never in release archives. It contains
10 information about other files and things that the git repository keeps in its
11 inner sanctum.
12
13 To build in environments that support configure, after having extracted
14 everything from git, do this:
15
16 ./buildconf
17 ./configure
18 make
19
20 Daniel uses a ./configure line similar to this for easier development:
21
22 ./configure --disable-shared --enable-debug --enable-maintainer-mode
23
24 In environments that don't support configure (i.e. Microsoft), do this:
25
26 buildconf.bat
27
28
29 REQUIREMENTS
30
31 For buildconf (not buildconf.bat) to work, you need the following software
32 installed:
33
34 o autoconf 2.57 (or later)
35 o automake 1.7 (or later)
36 o libtool 1.4.2 (or later)
37 o GNU m4 (required by autoconf)
38
39 o nroff + perl
40
41 If you don't have nroff and perl and you for some reason don't want to
42 install them, you can rename the source file src/tool_hugehelp.c.cvs to
43 src/tool_hugehelp.c and avoid having to generate this file. This will
44 give you a stubbed version of the file that doesn't contain actual content.