Skip to content

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

License

Notifications You must be signed in to change notification settings

showa-yojyo/dqbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ドラクエ命

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

How to Build

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

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

Requirements

To set up the build environment, run the following command:

$ sudo apt update
...
$ sudo apt install make docbook-xml docbook-xsl libxml2-utils xsltproc fop

License

See the LICENSE file.

Authors