showa-yojyo / dqbook

This is not a book to learn reverse-engineering or hacking Dragon Quest series.

Home Page:https://showa-yojyo.github.io/dqbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ドラクエ命

This is a book that describes how the data structure and program of Dragon Quest series are.

How to Build

For example, do as follows:

bash$ git clone https://github.com/showa-yojyo/dqbook.git
bash$ git clone --single-branch --branch https://github.com/showa-yojyo/dqbook.git dqbook-gh-pages # developers only
bash$ cd dqbook/src/jp
bash$ make html-chunk
bash$ src/tools/gh-pages.sh # developers only

If you don't use Git, you have to download the repository archive file from the project page.

The document will be generated in the directory dqbook/src/jp/book/html-chunk.

Requirements

  • Docbook (version 4.5; docbook, docbook-xsl)
  • Make tool
  • Xsltproc tool
  • xmllint program (libxml2-utils)

License

See the LICENSE file under the installation directory.

Authors

About

This is not a book to learn reverse-engineering or hacking Dragon Quest series.

https://showa-yojyo.github.io/dqbook/

License:MIT License


Languages

Language:XSLT 73.0%Language:CSS 12.7%Language:Python 11.1%Language:Shell 2.8%Language:Makefile 0.4%