Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1 ano atrás
12345678910111213141516171819202122232425262728293031323334
  1. libopencm3 Documentation
  2. 14 September 2012 (C) K Sarkies
  3. -------------------------------
  4. To generate all documentation run 'make doc' in the doc directory, or
  5. for html documentation only run 'make html' (much faster). This runs doxygen
  6. for each of the processor families then integrates the whole.
  7. Alternatively run 'make doc' in the top directory to make html documentation.
  8. LaTeX and pdf documentation is currently very large in size.
  9. This requires doxygen v 1.8.2 or later.
  10. HTML, LaTeX, and pdf output can be produced.
  11. Generation of HTML
  12. ------------------
  13. To view HTML, point a browser to libopencm3/doc/html/index.html.
  14. Generation of PDF
  15. -----------------
  16. The pdf is generated via LaTeX. The pdf files are placed in the
  17. doc directory. Each file contains all documentation for the core and common
  18. features. The resulting files are huge.
  19. Requirements
  20. ------------
  21. On Fedora 19, the following packages (at least!) are needed to build the pdf
  22. output
  23. texlive texlive-sectsty texlive-tocloft texlive-xtab texlive-multirow