Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniond/palib
https://github.com/antoniond/palib
homebrew nds palib
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antoniond/palib
- Owner: AntonioND
- Created: 2024-12-02T01:38:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-07T19:46:07.000Z (7 days ago)
- Last Synced: 2025-01-09T14:31:44.851Z (5 days ago)
- Topics: homebrew, nds, palib
- Language: C
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/ReadMe.txt
- Changelog: changelog.txt
Awesome Lists containing this project
README
PAlib documentation folder
==========================This directory contains Doxygen configuration files to generate PAlib
documentation in two languages, English and French.Each language subfolder has two versions of the documentation:
- PAlib.pdf - The printable PDF version.
- html subfolder - The browsable HTML version.To generate the documentation you need the following installed:
- Doxygen
- MikTeX on Windows or pdfTeX on other OSesJust run the appropiate batch file on Windows or follow these steps:
- From the root of this repository, run "doxygen docs/Doxyfile_[Language]"
where Language is the language you want to generate the documentation for.
- Run make on the docs/[Language]/latex folder.