• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

oldlogs/H02-Dec-2021-55,48836,987

reference/H03-May-2022-469460

CHANGESH A D22-Nov-2021203.9 KiB5,4683,693

CMAKEH A D13-Feb-2021114 32

CUSTOMIZEH A D13-Feb-20215.2 KiB153103

DEBUGH A D25-Jun-202111 KiB311206

DOCGUIDEH A D23-Aug-20218.4 KiB299194

INSTALLH A D22-Nov-20214.1 KiB11574

INSTALL.ANYH A D07-Aug-20215.8 KiB158115

INSTALL.CROSSH A D13-Feb-20216.5 KiB178123

INSTALL.GNUH A D07-Aug-20216.4 KiB182122

INSTALL.MACH A D13-Feb-20211.4 KiB3324

INSTALL.UNIXH A D11-Apr-20214.8 KiB14094

INSTALL.VMSH A D13-Feb-20211.9 KiB6340

MAKEPPH A D13-Feb-2021256 64

PROBLEMSH A D13-Feb-20212.7 KiB9159

READMEH A D13-Feb-20211.3 KiB3624

TODOH A D13-Feb-20211.3 KiB4126

freetype-config.1H A D02-Dec-20212.8 KiB147145

releaseH A D02-Dec-20215.6 KiB195136

README

1After saying `make refdoc' or `make refdoc-venv' the `reference/' directory
2contains the FreeType API reference.  You need Python >= 3.5 and pip to make
3this target.
4
5There are two ways to generate the documentation:
6
71. Using `make refdoc':
8
9    - Ensure `python' and `pip' are available.
10    - Install pip package `docwriter' with `pip install --user docwriter'.
11    - Make target with `make refdoc'.
12    - This target can be run offline once required packages are installed.
13
142. Using `make refdoc-venv' (requires internet access):
15
16    - Ensure `python', `pip' and Python package `virtualenv' are available.
17    - Make target with `make refdoc-venv'.
18    - This may or may not require internet access every time depending on
19    pip and system caching.
20
21This also works with Jam: Just type `jam refdoc' in the main directory.
22
23Some troubleshooting tips:
24
25* Regularly run `pip install --upgrade docwriter' to check for updates which
26may include bug fixes.
27
28* `Docwriter' does not support Python 2.  Ensure that Python >= 3.5 is
29installed and available as `python3'/`python'.
30
31* Ensure that `docwriter' is installed in the same Python target that
32`make refdoc' uses (python3/python).
33
34* If none of this works, send a mail to `freetype-devel@nongnu.org' or file
35an issue at `https://github.com/freetype/docwriter/issues'.
36