https://github.com/antoniond/palib
Port of PAlib to BlocksDS.
https://github.com/antoniond/palib
homebrew nds palib
Last synced: 2 months ago
JSON representation
Port of PAlib to BlocksDS.
- Host: GitHub
- URL: https://github.com/antoniond/palib
- Owner: AntonioND
- Created: 2024-12-02T01:38:30.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T18:29:15.000Z (4 months ago)
- Last Synced: 2025-02-23T07:38:41.373Z (2 months ago)
- Topics: homebrew, nds, palib
- Language: C
- Homepage:
- Size: 13.3 MB
- Stars: 2
- 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.